|
|
|
@ -3181,6 +3181,9 @@ i {
|
|
|
|
|
.base-disabled .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.base-disabled .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.base-disabled .b-font:before { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
@ -3190,6 +3193,9 @@ i {
|
|
|
|
|
.bi-theme-dark .base-disabled .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled .b-font:before { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
@ -3215,6 +3221,9 @@ i {
|
|
|
|
|
.bi-background .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-background .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-background { |
|
|
|
|
background-color: #191b2b; |
|
|
|
|
color: #cccccc; |
|
|
|
@ -3222,6 +3231,9 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-background .bi-input { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-background .bi-textarea { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-card { |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
color: #666666; |
|
|
|
@ -3229,6 +3241,9 @@ i {
|
|
|
|
|
.bi-card .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-card .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-card { |
|
|
|
|
background-color: #242640; |
|
|
|
|
color: #cccccc; |
|
|
|
@ -3236,24 +3251,36 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-card .bi-input { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-card .bi-textarea { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-disabled { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-disabled .bi-input { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-disabled .bi-textarea { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-tips { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-tips .bi-input { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-tips .bi-textarea { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-border { |
|
|
|
|
border: 1px solid #d4dadd; |
|
|
|
|
} |
|
|
|
@ -3290,12 +3317,18 @@ i {
|
|
|
|
|
.bi-keyword-red-mark .bi-input { |
|
|
|
|
color: #f07d0a; |
|
|
|
|
} |
|
|
|
|
.bi-keyword-red-mark .bi-textarea { |
|
|
|
|
color: #f07d0a; |
|
|
|
|
} |
|
|
|
|
.bi-high-light { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-high-light .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-high-light .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-high-light-background { |
|
|
|
|
background-color: #3f8ce8; |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3303,6 +3336,9 @@ i {
|
|
|
|
|
.bi-high-light-background .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-high-light-background .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-high-light-border { |
|
|
|
|
border-color: #178cdf; |
|
|
|
|
} |
|
|
|
@ -3313,12 +3349,18 @@ i {
|
|
|
|
|
.bi-water-mark .bi-input { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-water-mark .bi-textarea { |
|
|
|
|
color: #cccccc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.bi-resizer { |
|
|
|
|
background: #1a1a1a; |
|
|
|
|
opacity: 0.2; |
|
|
|
@ -3336,6 +3378,9 @@ i {
|
|
|
|
|
.bi-mask .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-mask .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-mask { |
|
|
|
|
color: #242640; |
|
|
|
|
background-color: rgba(255, 255, 255, 0.2); |
|
|
|
@ -3344,6 +3389,9 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-mask .bi-input { |
|
|
|
|
color: #242640; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-mask .bi-textarea { |
|
|
|
|
color: #242640; |
|
|
|
|
} |
|
|
|
|
.bi-z-index-mask { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: rgba(26, 26, 26, 0.5); |
|
|
|
@ -3352,6 +3400,9 @@ i {
|
|
|
|
|
.bi-z-index-mask .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-z-index-mask .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item:hover, |
|
|
|
|
.bi-list-item.hover { |
|
|
|
|
color: #1a1a1a; |
|
|
|
@ -3362,6 +3413,10 @@ i {
|
|
|
|
|
.bi-list-item.hover .bi-input { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item:hover .bi-textarea, |
|
|
|
|
.bi-list-item.hover .bi-textarea { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item.disabled, |
|
|
|
|
.bi-list-item.disabled:hover, |
|
|
|
|
.bi-list-item.disabled:active { |
|
|
|
@ -3373,6 +3428,11 @@ i {
|
|
|
|
|
.bi-list-item.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item.disabled .bi-textarea, |
|
|
|
|
.bi-list-item.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item.disabled .bi-high-light, |
|
|
|
|
.bi-list-item.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item.disabled:active .bi-high-light { |
|
|
|
@ -3388,6 +3448,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item.hover .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item.hover .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active { |
|
|
|
@ -3399,6 +3463,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-high-light { |
|
|
|
@ -3414,6 +3483,9 @@ i {
|
|
|
|
|
.bi-list-item-simple .bi-input { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple .bi-textarea { |
|
|
|
|
color: #999999; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple:hover, |
|
|
|
|
.bi-list-item-simple.hover { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3422,6 +3494,10 @@ i {
|
|
|
|
|
.bi-list-item-simple.hover .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple:hover .bi-textarea, |
|
|
|
|
.bi-list-item-simple.hover .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple.disabled, |
|
|
|
|
.bi-list-item-simple.disabled:hover, |
|
|
|
|
.bi-list-item-simple.disabled:active { |
|
|
|
@ -3432,6 +3508,11 @@ i {
|
|
|
|
|
.bi-list-item-simple.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-simple.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-simple.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-simple.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-simple.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-simple.disabled:active .bi-high-light { |
|
|
|
@ -3443,6 +3524,9 @@ i {
|
|
|
|
|
.bi-list-item-effect:hover .bi-input { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect:hover .bi-textarea { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.active, |
|
|
|
|
.bi-list-item-effect:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3451,6 +3535,10 @@ i {
|
|
|
|
|
.bi-list-item-effect:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.active .bi-textarea, |
|
|
|
|
.bi-list-item-effect:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.disabled, |
|
|
|
|
.bi-list-item-effect.disabled:hover, |
|
|
|
|
.bi-list-item-effect.disabled:active { |
|
|
|
@ -3461,6 +3549,11 @@ i {
|
|
|
|
|
.bi-list-item-effect.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-effect.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-effect.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-effect.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-effect.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-effect.disabled:active .bi-high-light { |
|
|
|
@ -3472,6 +3565,9 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-effect:hover .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect:hover .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.active, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3480,6 +3576,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-effect:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.active .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active { |
|
|
|
@ -3491,6 +3591,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-high-light { |
|
|
|
@ -3506,6 +3611,10 @@ i {
|
|
|
|
|
.bi-list-item-active.hover .bi-input { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active:hover .bi-textarea, |
|
|
|
|
.bi-list-item-active.hover .bi-textarea { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.active, |
|
|
|
|
.bi-list-item-active:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3516,6 +3625,10 @@ i {
|
|
|
|
|
.bi-list-item-active:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.active .bi-textarea, |
|
|
|
|
.bi-list-item-active:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.disabled, |
|
|
|
|
.bi-list-item-active.disabled:hover, |
|
|
|
|
.bi-list-item-active.disabled:active { |
|
|
|
@ -3527,6 +3640,11 @@ i {
|
|
|
|
|
.bi-list-item-active.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-active.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-active.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-active.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-active.disabled:active .bi-high-light { |
|
|
|
@ -3542,6 +3660,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active.hover .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.hover .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.active, |
|
|
|
|
.bi-theme-dark .bi-list-item-active:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3552,6 +3674,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.active .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active { |
|
|
|
@ -3563,6 +3689,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-high-light { |
|
|
|
@ -3577,6 +3708,10 @@ i {
|
|
|
|
|
.bi-list-item-active2.hover .bi-input { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2:hover .bi-textarea, |
|
|
|
|
.bi-list-item-active2.hover .bi-textarea { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.active, |
|
|
|
|
.bi-list-item-active2:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3586,6 +3721,10 @@ i {
|
|
|
|
|
.bi-list-item-active2:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.active .bi-textarea, |
|
|
|
|
.bi-list-item-active2:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.disabled, |
|
|
|
|
.bi-list-item-active2.disabled:hover, |
|
|
|
|
.bi-list-item-active2.disabled:active { |
|
|
|
@ -3597,6 +3736,11 @@ i {
|
|
|
|
|
.bi-list-item-active2.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-active2.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-active2.disabled:active .bi-textarea { |
|
|
|
|
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 { |
|
|
|
@ -3611,6 +3755,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active2.hover .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.hover .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.active, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2:active { |
|
|
|
|
color: #3f8ce8; |
|
|
|
@ -3620,6 +3768,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active2:active .bi-input { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.active .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2:active .bi-textarea { |
|
|
|
|
color: #3f8ce8; |
|
|
|
|
} |
|
|
|
|
.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 { |
|
|
|
@ -3631,6 +3783,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-textarea { |
|
|
|
|
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 { |
|
|
|
@ -3646,6 +3803,10 @@ i {
|
|
|
|
|
.bi-list-item-select.hover .bi-input { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:hover .bi-textarea, |
|
|
|
|
.bi-list-item-select.hover .bi-textarea { |
|
|
|
|
color: #1a1a1a; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:active, |
|
|
|
|
.bi-list-item-select.active { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3655,6 +3816,10 @@ i {
|
|
|
|
|
.bi-list-item-select.active .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:active .bi-textarea, |
|
|
|
|
.bi-list-item-select.active .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select:active .bi-high-light, |
|
|
|
|
.bi-list-item-select.active .bi-high-light { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3670,6 +3835,11 @@ i {
|
|
|
|
|
.bi-list-item-select.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-select.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-select.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-select.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-select.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-select.disabled:active .bi-high-light { |
|
|
|
@ -3685,6 +3855,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-select.hover .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.hover .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select:active, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.active { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3694,6 +3868,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-select.active .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select:active .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.active .bi-textarea { |
|
|
|
|
color: #ffffff; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select:active .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.active .bi-high-light { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -3709,6 +3887,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-high-light { |
|
|
|
@ -3723,6 +3906,10 @@ i {
|
|
|
|
|
.bi-list-item-none.hover .bi-input { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none:hover .bi-textarea, |
|
|
|
|
.bi-list-item-none.hover .bi-textarea { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none:active, |
|
|
|
|
.bi-list-item-none.active { |
|
|
|
|
color: inherit; |
|
|
|
@ -3732,6 +3919,10 @@ i {
|
|
|
|
|
.bi-list-item-none.active .bi-input { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none:active .bi-textarea, |
|
|
|
|
.bi-list-item-none.active .bi-textarea { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none:active .bi-high-light, |
|
|
|
|
.bi-list-item-none.active .bi-high-light { |
|
|
|
|
color: inherit; |
|
|
|
@ -3747,6 +3938,11 @@ i {
|
|
|
|
|
.bi-list-item-none.disabled:active .bi-input { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none.disabled .bi-textarea, |
|
|
|
|
.bi-list-item-none.disabled:hover .bi-textarea, |
|
|
|
|
.bi-list-item-none.disabled:active .bi-textarea { |
|
|
|
|
color: #cccccc !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none.disabled .bi-high-light, |
|
|
|
|
.bi-list-item-none.disabled:hover .bi-high-light, |
|
|
|
|
.bi-list-item-none.disabled:active .bi-high-light { |
|
|
|
@ -3761,6 +3957,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-none.hover .bi-input { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.hover .bi-textarea { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none:active, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.active { |
|
|
|
|
color: inherit; |
|
|
|
@ -3770,6 +3970,10 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-none.active .bi-input { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none:active .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.active .bi-textarea { |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none:active .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.active .bi-high-light { |
|
|
|
|
color: inherit; |
|
|
|
@ -3785,6 +3989,11 @@ i {
|
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-textarea, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-high-light, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-high-light { |
|
|
|
|