|
|
@ -325,7 +325,7 @@ textarea { |
|
|
|
clear: both; |
|
|
|
clear: both; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-background { |
|
|
|
.bi-background { |
|
|
|
background-color: #fafbfc; |
|
|
|
background-color: #f7f8fa; |
|
|
|
color: #3d4d66; |
|
|
|
color: #3d4d66; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-background .bi-input { |
|
|
|
.bi-background .bi-input { |
|
|
@ -3673,7 +3673,7 @@ ul.ztree.zTreeDragUL { |
|
|
|
max-width: 200px; |
|
|
|
max-width: 200px; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-file-manager-nav-button .file-manager-nav-button-text.active { |
|
|
|
.bi-file-manager-nav-button .file-manager-nav-button-text.active { |
|
|
|
background-color: #fafbfc; |
|
|
|
background-color: #f7f8fa; |
|
|
|
color: #999999; |
|
|
|
color: #999999; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-file-manager-nav-button .file-manager-nav-button-triangle { |
|
|
|
.bi-file-manager-nav-button .file-manager-nav-button-triangle { |
|
|
@ -3928,7 +3928,7 @@ ul.ztree.zTreeDragUL { |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-preview-table > div > table > thead > tr.odd, |
|
|
|
.bi-preview-table > div > table > thead > tr.odd, |
|
|
|
.bi-preview-table > div > div > div > table > thead > tr.odd { |
|
|
|
.bi-preview-table > div > div > div > table > thead > tr.odd { |
|
|
|
background-color: #fafbfc; |
|
|
|
background-color: #f7f8fa; |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark .bi-preview-table > div > table > thead > tr.odd, |
|
|
|
.bi-theme-dark .bi-preview-table > div > table > thead > tr.odd, |
|
|
|
.bi-theme-dark .bi-preview-table > div > div > div > table > thead > tr.odd { |
|
|
|
.bi-theme-dark .bi-preview-table > div > div > div > table > thead > tr.odd { |
|
|
@ -4957,6 +4957,28 @@ textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
content: "\e6d7"; |
|
|
|
content: "\e6d7"; |
|
|
|
color: inherit; |
|
|
|
color: inherit; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.expander-right-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.expander-right-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e6d8"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.expander-right-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e6d8"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.expander-down-font .b-font { |
|
|
|
|
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.expander-down-font .b-font:before { |
|
|
|
|
|
|
|
content: "\e6d7"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.expander-down-font.disabled .b-font:before { |
|
|
|
|
|
|
|
content: "\e6d7"; |
|
|
|
|
|
|
|
color: inherit; |
|
|
|
|
|
|
|
} |
|
|
|
.solid-triangle-top-font .b-font { |
|
|
|
.solid-triangle-top-font .b-font { |
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ''); |
|
|
|
} |
|
|
|
} |
|
|
|