| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-selector/src/css/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/entity-selector/src/css/item.css |
.ui-selector-items {
padding: 6px 5px 6px 10px;
}
.ui-selector-item-box {
height: 44px;
/*content-visibility: auto;*/
}
.ui-selector-dialog--compact-view .ui-selector-item-box {
height: 34px;
}
.ui-selector-item-box.ui-selector-item-box-has-children {
height: auto;
/*content-visibility: visible;*/
}
.ui-selector-item-box-has-children .ui-selector-item-box {
/*content-visibility: visible;*/
}
.ui-selector-item-box.--hidden {
display: none;
}
.ui-selector-item {
min-height: 44px;
cursor: pointer;
margin-bottom: 1px;
padding: 0 45px 0 10px;
position: relative;
display: flex;
align-items: center;
border-radius: var(--ui-selector-item-border-radius, var(--ui-border-radius-2xs));
}
.ui-selector-dialog--compact-view .ui-selector-item {
min-height: 34px;
}
.ui-selector-item-avatar {
width: 28px;
height: 28px;
min-width: 28px;
border-radius: 50%;
background-image: url(images/default-avatar.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
overflow: hidden;
}
.ui-selector-dialog--compact-view .ui-selector-item-avatar {
width: 22px;
height: 22px;
min-width: 22px;
}
.ui-selector-tab-content--hide-avatars .ui-selector-item-avatar {
display: none;
}
.ui-selector-item-titles {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
margin-left: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.ui-selector-tab-content--hide-avatars .ui-selector-item-titles {
margin-left: 0;
}
.ui-selector-item-supertitle {
font-size: 9px;
font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
font-weight: var(--ui-font-weight-bold, 700);
text-transform: uppercase;
color: #b1b6bb;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-selector-item-subtitle {
font-size: 13px;
color: #a9adb4;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-selector-item-title-box {
display: flex;
}
.ui-selector-item-title {
font-size: 14px;
color: #535c69;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-selector-item-badges {
display: flex;
overflow: hidden;
}
.ui-selector-item-badges:empty {
display: none;
}
.ui-selector-item-badge {
font-size: 9px;
background-color: rgba(47, 198, 246, 0.17);
padding: 4px 8px;
margin-left: 7px;
border-radius: 10px;
color: #23a2ca;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selector-item-badge:empty {
display: none;
}
.ui-selector-item-caption {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 13px;
color: rgba(83, 92, 105, 0.5);
align-self: flex-end;
margin-left: 7px;
transition: width 200ms ease;
}
.ui-selector-item-caption:empty {
display: none;
}
.ui-selector-item-link {
display: none;
position: absolute;
top: 0;
right: 45px;
bottom: 0;
align-items: center;
padding-left: 10px;
opacity: 0;
transition: opacity ease 300ms 500ms, background-color ease 100ms;
text-decoration: none;
}
.ui-selector-item-box-focused .ui-selector-item-link {
background-color: #f7f8f8;
}
.ui-selector-item-box-selected.ui-selector-item-box-focused .ui-selector-item-link {
background-color: #c8f0fd;
}
.ui-selector-item-box-focused .ui-selector-item-link--show {
display: flex;
}
.ui-selector-item-box-focused .ui-selector-item-link--animate {
opacity: 1;
}
.ui-selector-item-link-text {
color: #9b9b9b;
border-bottom: 1px dashed rgba(155, 155, 155, 0.4);
font-size: 13px;
white-space: nowrap;
}
.ui-selector-item-link:hover .ui-selector-item-link-text {
color: #5f5f5f;
border-bottom-color: #9b9b9b;
}
.ui-selector-item-indicator {
display: block;
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 45px;
background-repeat: no-repeat;
background-position: center center;
text-overflow: ellipsis;
overflow: hidden;
}
.ui-selector-item-indicator-hidden {
background-image: none !important;
}
.ui-selector-item-children {
display: none;
overflow: hidden;
height: 0;
transition: height 300ms, opacity 300ms;
margin-left: 16px;
padding-left: 16px;
position: relative;
}
.ui-selector-item-children:before {
content: '';
display: block;
width: 1px;
position: absolute;
top: 0;
bottom: 0;
background: #ebecee;
left: 7px;
}
.ui-selector-item-box-max-depth .ui-selector-item-children {
margin-left: 0;
padding-left: 0;
border-left: none;
}
.ui-selector-item-children:empty {
display: none;
}
.ui-selector-item-box-open > .ui-selector-item-children {
height: auto;
display: block;
}
.ui-selector-item-box-has-children > .ui-selector-item > .ui-selector-item-indicator {
background-image: url(images/has-children.svg);
transition: transform .3s;
}
.ui-selector-item-box-open > .ui-selector-item > .ui-selector-item-indicator {
transform: rotate(180deg);
}
.ui-selector-item-box-selected > .ui-selector-item {
background-color: #e0f6fe;
}
.ui-selector-item-box-focused > .ui-selector-item {
background-color: #f7f8f8;
transition: background-color ease 100ms;
}
.ui-selector-item-box-selected.ui-selector-item-box-focused > .ui-selector-item {
background-color: #c8f0fd;
}
.ui-selector-item-box-selected > .ui-selector-item > .ui-selector-item-indicator {
background-image: url(images/selected.svg);
}
.ui-selector-highlight-mark {
color: #000;
background-color: #faf16d;
}