|
|
|
@ -282,7 +282,7 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-theme-dark input, |
|
|
|
|
.bi-theme-dark textarea { |
|
|
|
|
border: 1px solid #525466; |
|
|
|
|
border: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.base-disabled { |
|
|
|
|
cursor: default !important; |
|
|
|
@ -298,16 +298,16 @@ textarea {
|
|
|
|
|
color: #9ea6b2 !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled .bi-textarea { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .base-disabled .b-font:before { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.base-invalid { |
|
|
|
|
cursor: default !important; |
|
|
|
@ -336,13 +336,13 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-background { |
|
|
|
|
background-color: #191B2B; |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-background .bi-input { |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-background .bi-textarea { |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-card { |
|
|
|
|
background-color: #ffffff; |
|
|
|
@ -356,13 +356,13 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-card { |
|
|
|
|
background-color: #242640; |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-card .bi-input { |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-card .bi-textarea { |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-disabled { |
|
|
|
|
color: #9ea6b2; |
|
|
|
@ -374,13 +374,13 @@ textarea {
|
|
|
|
|
color: #9ea6b2; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #878d9f; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #878d9f; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-disabled .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #878d9f; |
|
|
|
|
} |
|
|
|
|
.bi-tips { |
|
|
|
|
color: #c4c9d1; |
|
|
|
@ -400,31 +400,31 @@ textarea {
|
|
|
|
|
border-radius: 2px; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
|
border: 1px solid #525466; |
|
|
|
|
border: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-border-left { |
|
|
|
|
border-left: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border-left { |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-border-right { |
|
|
|
|
border-right: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border-right { |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-border-top { |
|
|
|
|
border-top: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border-top { |
|
|
|
|
border-top: 1px solid #525466; |
|
|
|
|
border-top: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-border-bottom { |
|
|
|
|
border-bottom: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border-bottom { |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-keyword-red-mark { |
|
|
|
|
color: #faaa39; |
|
|
|
@ -487,13 +487,13 @@ textarea {
|
|
|
|
|
color: #c4c9d1; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #6b7084; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark .bi-input { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #6b7084; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-water-mark .bi-textarea { |
|
|
|
|
color: #666666; |
|
|
|
|
color: #6b7084; |
|
|
|
|
} |
|
|
|
|
.bi-resizer { |
|
|
|
|
background: #232E40; |
|
|
|
@ -568,8 +568,8 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item.hover { |
|
|
|
|
color: #ffffff; |
|
|
|
|
background-color: rgba(255, 255, 255, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
|
|
|
background-color: rgba(54, 133, 242, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item.hover .bi-input { |
|
|
|
@ -583,22 +583,22 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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 { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-border:active, |
|
|
|
|
.bi-list-item-border.active { |
|
|
|
@ -702,22 +702,22 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-effect.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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 { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active:hover, |
|
|
|
|
.bi-list-item-active.hover { |
|
|
|
@ -806,22 +806,22 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-active.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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 { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active2:hover, |
|
|
|
|
.bi-list-item-active2.hover { |
|
|
|
@ -915,22 +915,22 @@ textarea {
|
|
|
|
|
.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; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-active2.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-active3:hover, |
|
|
|
|
.bi-list-item-active3.hover { |
|
|
|
@ -1174,22 +1174,22 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-select.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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 { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-list-item-none:hover, |
|
|
|
|
.bi-list-item-none.hover { |
|
|
|
@ -1276,22 +1276,22 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:hover, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:active { |
|
|
|
|
background-color: transparent !important; |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:hover .bi-input, |
|
|
|
|
.bi-theme-dark .bi-list-item-none.disabled:active .bi-input { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !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; |
|
|
|
|
color: #878d9f !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 { |
|
|
|
|
color: #666666 !important; |
|
|
|
|
color: #878d9f !important; |
|
|
|
|
} |
|
|
|
|
/*****************cursor*****************/ |
|
|
|
|
.cursor-pointer { |
|
|
|
@ -1781,7 +1781,7 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-theme-dark { |
|
|
|
|
background-color: #191B2B; |
|
|
|
|
color: #F0F3F7; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-input { |
|
|
|
|
color: #ffffff; |
|
|
|
@ -2569,6 +2569,9 @@ li.CodeMirror-hint-active {
|
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
|
border-radius: 2px; |
|
|
|
|
} |
|
|
|
|
.bi-pane { |
|
|
|
|
min-height: 25px; |
|
|
|
|
} |
|
|
|
|
.bi-rich-editor .rich-editor-param { |
|
|
|
|
-webkit-border-radius: 12px; |
|
|
|
|
-moz-border-radius: 12px; |
|
|
|
@ -2609,9 +2612,9 @@ li.CodeMirror-hint-active {
|
|
|
|
|
overflow-x: hidden; |
|
|
|
|
overflow-y: hidden; |
|
|
|
|
background: #242640; |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-top: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
border-top: 1px solid #3a3c53; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-segment > .first-element { |
|
|
|
|
border-left: 1px solid #242640; |
|
|
|
@ -3193,10 +3196,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
border-left: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-collection-table-cell.first-row { |
|
|
|
|
border-top: 1px solid #525466; |
|
|
|
|
border-top: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-collection-table-cell.first-col { |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bi-quick-collection-table > div > .bi-collection { |
|
|
|
@ -3222,10 +3225,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
border-left: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-grid-table-cell.first-row { |
|
|
|
|
border-top: 1px solid #525466; |
|
|
|
|
border-top: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-grid-table-cell.first-col { |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.scrollbar-layout-main { |
|
|
|
@ -3236,8 +3239,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
transition-duration: 250ms; |
|
|
|
|
transition-timing-function: ease; |
|
|
|
|
user-select: none; |
|
|
|
|
background-color: rgba(102, 102, 102, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .scrollbar-layout-main { |
|
|
|
@ -3260,8 +3263,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
height: 10px; |
|
|
|
|
left: 0; |
|
|
|
|
transition-property: background-color; |
|
|
|
|
background-color: rgba(102, 102, 102, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .scrollbar-layout-main-horizontal { |
|
|
|
|
background-color: rgba(240, 243, 247, 0.05); |
|
|
|
@ -3318,8 +3321,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
*/ |
|
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
|
.public-scrollbar-face:after { |
|
|
|
|
background-color: rgba(102, 102, 102, 0.3); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.3); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .public-scrollbar-face:after { |
|
|
|
|
background-color: rgba(240, 243, 247, 0.3); |
|
|
|
@ -3328,8 +3331,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
.public-scrollbar-main:hover .public-scrollbar-face:after, |
|
|
|
|
.public-scrollbar-main-active .public-scrollbar-face:after, |
|
|
|
|
.public-scrollbar-face-active:after { |
|
|
|
|
background-color: rgba(102, 102, 102, 0.7); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.7); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .public-scrollbar-main:hover .public-scrollbar-face:after, |
|
|
|
|
.bi-theme-dark .public-scrollbar-main-active .public-scrollbar-face:after, |
|
|
|
@ -3394,31 +3397,31 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
border-left: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div > div > table { |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div.top-left > div > div > table { |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div.top-right > div > div > table { |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div.bottom-left > div > div > table { |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div.bottom-right > div > div > table { |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-bottom: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-table > div > div > table > tbody > tr > td, |
|
|
|
|
.bi-theme-dark .bi-table > div > div > div > table > tbody > tr > td, |
|
|
|
|
.bi-theme-dark .bi-table > div > div > table > thead > tr > td, |
|
|
|
|
.bi-theme-dark .bi-table > div > div > div > table > thead > tr > td { |
|
|
|
|
border-top: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-top: 1px solid #3a3c53; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bi-resizable-table-cell .resizable-table-cell-resizer-container { |
|
|
|
@ -3746,7 +3749,7 @@ ul.ztree.zTreeDragUL {
|
|
|
|
|
border-left: none; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-popup-view .list-view-toolbar > .center-element { |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { |
|
|
|
|
border-left: none; |
|
|
|
@ -3778,7 +3781,7 @@ ul.ztree.zTreeDragUL {
|
|
|
|
|
border-right: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table { |
|
|
|
|
border-right: 1px solid #525466; |
|
|
|
|
border-right: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.bi-file-manager-nav-button .file-manager-nav-button-text { |
|
|
|
@ -4194,7 +4197,7 @@ ul.ztree.zTreeDragUL {
|
|
|
|
|
border-left: none; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-year-popup .year-popup-navigation > .center-element { |
|
|
|
|
border-left: 1px solid #525466; |
|
|
|
|
border-left: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-year-popup .year-popup-navigation > .first-element { |
|
|
|
|
border-left: none; |
|
|
|
@ -4242,8 +4245,8 @@ body {
|
|
|
|
|
div::-webkit-scrollbar, |
|
|
|
|
textarea::-webkit-scrollbar { |
|
|
|
|
-webkit-appearance: none; |
|
|
|
|
background-color: rgba(102, 102, 102, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d666666,endColorstr=#0d666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.05); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
|
|
|
width: 6px; |
|
|
|
|
height: 6px; |
|
|
|
|
} |
|
|
|
@ -4252,13 +4255,13 @@ textarea::-webkit-scrollbar-thumb {
|
|
|
|
|
-webkit-border-radius: 0; |
|
|
|
|
-moz-border-radius: 0; |
|
|
|
|
border-radius: 0; |
|
|
|
|
background-color: rgba(102, 102, 102, 0.3); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d666666,endColorstr=#4d666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.3); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f); |
|
|
|
|
} |
|
|
|
|
div::-webkit-scrollbar-thumb:hover, |
|
|
|
|
textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
|
background-color: rgba(102, 102, 102, 0.7); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3666666,endColorstr=#b3666666); |
|
|
|
|
background-color: rgba(135, 141, 159, 0.7); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark div::-webkit-scrollbar, |
|
|
|
|
.bi-theme-dark textarea::-webkit-scrollbar { |
|
|
|
@ -5175,11 +5178,11 @@ textarea::-webkit-scrollbar-thumb:hover {
|
|
|
|
|
} |
|
|
|
|
.pull-down-font .b-font:before { |
|
|
|
|
content: "\e70b"; |
|
|
|
|
color: #647185; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.pull-down-font.disabled .b-font:before { |
|
|
|
|
content: "\e70b"; |
|
|
|
|
color: #647185; |
|
|
|
|
color: inherit; |
|
|
|
|
} |
|
|
|
|
.pull-down-h-font .b-font { |
|
|
|
|
font-size: 16px; |
|
|
|
|