|
|
|
@ -364,13 +364,13 @@ textarea {
|
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background { |
|
|
|
|
background-color: #2F3149; |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background .bi-input { |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-header-background .bi-textarea { |
|
|
|
|
color: #3d4d66; |
|
|
|
|
color: #d6e0dc; |
|
|
|
|
} |
|
|
|
|
.bi-card { |
|
|
|
|
background-color: #ffffff; |
|
|
|
@ -422,6 +422,15 @@ textarea {
|
|
|
|
|
.bi-border { |
|
|
|
|
border: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
|
border: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-split { |
|
|
|
|
border: 1px solid #f2f4f7; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
|
border: 1px solid #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-border-radius { |
|
|
|
|
-webkit-border-radius: 2px; |
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
@ -430,9 +439,6 @@ textarea {
|
|
|
|
|
.bi-font-bold { |
|
|
|
|
font-weight: 700; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border { |
|
|
|
|
border: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-border-left { |
|
|
|
|
border-left: 1px solid #e8eaed; |
|
|
|
|
} |
|
|
|
@ -457,6 +463,30 @@ textarea {
|
|
|
|
|
.bi-theme-dark .bi-border-bottom { |
|
|
|
|
border-bottom: 1px solid #3a3c53; |
|
|
|
|
} |
|
|
|
|
.bi-split-left { |
|
|
|
|
border-left: 1px solid #f2f4f7; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-split-left { |
|
|
|
|
border-left: 1px solid #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-split-right { |
|
|
|
|
border-right: 1px solid #f2f4f7; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-split-right { |
|
|
|
|
border-right: 1px solid #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-split-top { |
|
|
|
|
border-top: 1px solid #f2f4f7; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-split-top { |
|
|
|
|
border-top: 1px solid #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-border-bottom { |
|
|
|
|
border-bottom: 1px solid #f2f4f7; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-border-bottom { |
|
|
|
|
border-bottom: 1px solid #2F3149; |
|
|
|
|
} |
|
|
|
|
.bi-keyword-red-mark { |
|
|
|
|
color: #faaa39; |
|
|
|
|
} |
|
|
|
@ -561,6 +591,10 @@ textarea {
|
|
|
|
|
background-color: rgba(35, 46, 64, 0.5); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .bi-z-index-mask { |
|
|
|
|
background-color: rgba(25, 27, 43, 0.8); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc191b2b,endColorstr=#cc191b2b); |
|
|
|
|
} |
|
|
|
|
.bi-list-item:hover, |
|
|
|
|
.bi-list-item.hover { |
|
|
|
|
color: #232e40; |
|
|
|
@ -2614,7 +2648,7 @@ body .bi-button.button-common.ghost:active,
|
|
|
|
|
} |
|
|
|
|
body .bi-button.button-ignore, |
|
|
|
|
#body .bi-button.button-ignore { |
|
|
|
|
background-color: #ffffff; |
|
|
|
|
background-color: transparent; |
|
|
|
|
border-color: #3685f2; |
|
|
|
|
} |
|
|
|
|
body .bi-button.button-ignore, |
|
|
|
@ -2873,7 +2907,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
background-color: rgba(54, 133, 242, 0.05); |
|
|
|
|
} |
|
|
|
|
.bi-basic-button.button-ignore:active { |
|
|
|
|
background-color: #eaf2fd; |
|
|
|
|
background-color: rgba(54, 133, 242, 0.1); |
|
|
|
|
} |
|
|
|
|
.bi-basic-button .popup-content { |
|
|
|
|
font-size: 14px; |
|
|
|
@ -2895,6 +2929,14 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.9); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6ffffff,endColorstr=#e6ffffff); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark body .bi-button.button-ignore:hover, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-ignore:hover { |
|
|
|
|
background-color: rgba(54, 133, 242, 0.05); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark body .bi-button.button-ignore:active, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-ignore:active { |
|
|
|
|
background-color: rgba(54, 133, 242, 0.1); |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark body .bi-button.button-common.disabled.ghost, |
|
|
|
|
.bi-theme-dark #body .bi-button.button-common.disabled.ghost { |
|
|
|
|
background: transparent !important; |
|
|
|
@ -3389,6 +3431,11 @@ ul.ztree.zTreeDragUL {
|
|
|
|
|
.bi-theme-dark .bi-popup-view .list-view-toolbar > .first-element { |
|
|
|
|
border-left: none; |
|
|
|
|
} |
|
|
|
|
.bi-theme-dark .list-view-shadow { |
|
|
|
|
-webkit-box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
|
|
|
|
-moz-box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
|
|
|
|
box-shadow: 0 1px 5px 0 rgba(25, 27, 43, 0.8); |
|
|
|
|
} |
|
|
|
|
.bi-date-trigger { |
|
|
|
|
-webkit-border-radius: 2px; |
|
|
|
|
-moz-border-radius: 2px; |
|
|
|
|