* commit '7cdb3b703f2404c1e689298c57f5fd321f760608': 展开收起按钮替换&bi-background颜色修改
@ -322,7 +322,7 @@ i {
clear: both;
}
.bi-background {
background-color: #eff1f4;
background-color: #fafbfc;
color: #3d4d66;
.bi-background .bi-input {
@ -61,7 +61,7 @@
max-width: 200px;
.bi-file-manager-nav-button .file-manager-nav-button-text.active {
color: #999999;
.bi-file-manager-nav-button .file-manager-nav-button-triangle {
@ -221,7 +221,7 @@
.bi-preview-table > div > table > thead > tr.odd,
.bi-preview-table > div > div > 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 {
@ -40,7 +40,7 @@
background-color: #178cdf;
body {
.bi-theme-dark body {
background-color: #191B2B;
@ -3267,7 +3267,7 @@ ul.ztree.zTreeDragUL {
@ -3427,7 +3427,7 @@ ul.ztree.zTreeDragUL {
@ -64135,9 +64135,9 @@ BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
setSelected: function (v) {
BI.ArrowTreeGroupNodeCheckbox.superclass.setSelected.apply(this, arguments);
if(v) {
this.element.removeClass("column-next-page-h-font").addClass("column-pre-page-h-font");
this.element.removeClass("pull-down-font").addClass("pull-right-font");
} else {
this.element.removeClass("column-pre-page-h-font").addClass("column-next-page-h-font");
this.element.removeClass("pull-right-font").addClass("pull-down-font");
});
@ -2058,9 +2058,9 @@ BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
@ -39,7 +39,7 @@
@ -43,7 +43,7 @@
@ -951,19 +951,19 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
.primary-key-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = ';');
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
.primary-key-font .b-font:before {
content: "\e67d;";
content: "\e67d";
color: inherit;
.primary-key-font:hover .b-font:before,
.primary-key-font.hover .b-font:before {
.primary-key-font.disabled .b-font:before {
.drag-tag-font .b-font {
@ -16,9 +16,9 @@ BI.ArrowTreeGroupNodeCheckbox = BI.inherit(BI.IconButton, {
@ -622,19 +622,19 @@
@ -2,7 +2,7 @@
@ -8,7 +8,7 @@
@ -33,7 +33,7 @@
@background-color-black: #1a1a1a;//
@background-color-default: #ffffff;//
@background-color-default-theme-dark: #242640;//
@background-color-normal: #eff1f4;//
@background-color-normal: #fafbfc;//
@background-color-normal-theme-dark: #191B2B;//
@background-color-highlight: #3f8ce8;
@background-color-dark: #d4dadd;
@ -116,7 +116,7 @@
@font-excel-table: "e682";
@font-etl-table: "e680";
@font-sql-table: "e681";
@font-key: "e67d;";
@font-key: "e67d";
@font-refresh: "e683";
@font-tile-view: "e685";