%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/js/bizproc/css/ |
| Current File : /home/bitrix/www/bitrix/js/bizproc/css/bp_selector.css |
.bp-selector-popup
{
padding: 15px 7px 7px;
}
.bp-selector-list
{
list-style-type: none;
margin-right: 5px;
padding: 0;
max-height: 200px;
overflow-y: scroll;
}
.bp-selector-item
{
padding: 3px 5px;
}
.bp-selector-item:hover,
.bp-selector-item-selected
{
cursor: pointer;
background-color:rgba(0, 45, 255, 0.36);
}
.bp-selector-item-empty
{
font-style: italic;
color: grey;
}
.bp-selector-item-description
{
/*display: block;*/
color: grey;
font-size: 10px;
}
.bp-selector-tabs
{
list-style-type: none;
overflow: hidden;
margin: 0;
padding: 0;
}
.bp-selector-tabs .bp-selector-tab
{
float: left;
margin: 2px;
padding: 0 7px;
white-space: nowrap;
border: 1px solid rgba(21, 31, 75, 0.36);
border-radius: 1px;
color: black;
line-height: 24px;
}
.bp-selector-tabs .bp-selector-tab:hover
{
background: rgba(21, 31, 75, 0.1);
cursor: pointer;
}
.bp-selector-tabs .bp-selector-tab.selected
{
background: rgba(21, 31, 75, 0.36);
}