|
|
|
@ -3047,6 +3047,9 @@ i {
|
|
|
|
|
background-color: #3f8ce8; |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-high-light-border { |
|
|
|
|
border-color: #178cdf; |
|
|
|
|
} |
|
|
|
|
.bi-water-mark { |
|
|
|
|
color: #cccccc; |
|
|
|
|
cursor: text; |
|
|
|
@ -3112,6 +3115,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-border:active, |
|
|
|
|
.bi-list-item-border.active { |
|
|
|
|
border: 1px solid #178cdf; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
@ -3210,6 +3217,48 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2:hover, |
|
|
|
|
.bi-list-item-active2.hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.active, |
|
|
|
|
.bi-list-item-active2:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.disabled, |
|
|
|
|
.bi-list-item-active2.disabled:hover, |
|
|
|
|
.bi-list-item-active2.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-active2.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-active2.disabled:active .bi-high-light { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.hover { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: #242640; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.active, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
background-color: #242640; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-high-light { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:hover, |
|
|
|
|
.bi-list-item-select.hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|