Browse Source

Merge pull request #448 in FUI/fineui from ~WINDY/fui:master to master

* commit 'e229051b380e2015fc3c5569669ddac7222ce7d2':
  update
  BI-19670 list-item-active新配色
es6
guy 6 years ago
parent
commit
a41c610035
  1. 8
      demo/js/case/combo/demo.text_value_combo.js
  2. 20
      dist/_fineui.min.js
  3. 22
      dist/base.css
  4. 1
      dist/base.js
  5. 117
      dist/bundle.css
  6. 4
      dist/bundle.js
  7. 2
      dist/bundle.min.css
  8. 16
      dist/bundle.min.js
  9. 3
      dist/case.js
  10. 35
      dist/core.css
  11. 35
      dist/core_without_normalize.css
  12. 8
      dist/demo.js
  13. 117
      dist/fineui.css
  14. 4
      dist/fineui.js
  15. 2
      dist/fineui.min.css
  16. 20
      dist/fineui.min.js
  17. 57
      dist/resource.css
  18. 3
      dist/widget.css
  19. 57
      public/css/font.css
  20. 1
      src/base/single/button/buttons/button.icon.js
  21. 2
      src/case/calendar/calendar.js
  22. 1
      src/case/trigger/trigger.text.js
  23. 2
      src/css/base/combo/combo.css
  24. 6
      src/css/base/single/button/button.css
  25. 2
      src/css/base/single/button/switch.css
  26. 2
      src/css/base/single/editor/editor.css
  27. 2
      src/css/base/single/tip/tip.css
  28. 2
      src/css/base/sql/sql.css
  29. 6
      src/css/base/table/table.css
  30. 35
      src/css/core/utils/common.css
  31. 57
      src/css/resource/font.css
  32. 3
      src/css/widget/dynamicdatecombo/dynamicdatetime.css
  33. 2
      src/less/base/combo/combo.textvalue.less
  34. 20
      src/less/core/utils/common.less
  35. 4
      src/less/image.less
  36. 2
      src/less/lib/constant.less
  37. 7
      src/less/widget/dynamicdatecombo/dynamicdatetime.combo.less
  38. 57
      ui/css/font.css

8
demo/js/case/combo/demo.text_value_combo.js

@ -30,6 +30,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
iconCls: "pull-right-font",
value: 3
}]
}, {
type: "bi.search_multi_text_value_combo",
items: Demo.CONSTANTS.ITEMS,
width: 200,
value: {
type: 1,
value: ["1", "2", "3"]
}
}, {
type: "bi.button",
width: 90,

20
dist/_fineui.min.js vendored

File diff suppressed because one or more lines are too long

22
dist/base.css vendored

@ -188,7 +188,7 @@
display: none;
}
.bi-text-value-combo.combo-error .bi-select-text-trigger .bi-label {
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label {
color: #ff4949;
}
/*************BI.SearchEditor******************/
@ -820,7 +820,7 @@ body .bi-button,
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #3685f2;
background-color: #3f8ce8;
background-color: #3685f2;
text-align: center;
vertical-align: middle;
cursor: pointer;
@ -875,11 +875,11 @@ body .bi-button.button-common.ghost .b-font:before,
body .bi-button.button-common.ghost:hover,
#body .bi-button.button-common.ghost:hover {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-common.ghost:active,
#body .bi-button.button-common.ghost:active {
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -1188,7 +1188,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-switch:active,
.bi-switch.active {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-switch .circle-button {
-webkit-border-radius: 9px 9px 9px 9px;
@ -1202,7 +1202,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.bi-code-editor .error-param {
@ -1329,7 +1329,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
background: #ff4949;
}
.bi-toast.toast-normal {
background: #3f8ce8;
background: #3685f2;
}
.bi-toast .toast-icon {
font-size: 16px;
@ -1367,7 +1367,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.CodeMirror-hints .sql-fr-function {
@ -1627,7 +1627,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container:hover .resizable-table-cell-resizer-knob,
.bi-resizable-table-cell .resizable-table-cell-resizer-container.dragging .resizable-table-cell-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container.suitable .resizable-table-cell-resizer-knob {
background-color: #13cd66;
@ -1636,7 +1636,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-resizable-table .resizable-table-resizer {
cursor: ew-resize;
z-index: 1;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table .resizable-table-resizer.suitable {
background-color: #13cd66;
@ -1647,7 +1647,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table .resizable-table-region-resizer:hover .resizable-table-region-resizer-knob,
.bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-branch-tree .bi-branch-tree-view {

1
dist/base.js vendored

@ -16574,6 +16574,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
items: [this.icon]
});
} else {
this.element.css("lineHeight", "1px");
BI.createWidget({
element: this,
type: "bi.center_adapt",

117
dist/bundle.css vendored

@ -440,7 +440,7 @@ textarea {
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
}
.bi-high-light-background .bi-input {
@ -509,8 +509,8 @@ textarea {
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-list-item:hover .bi-input,
.bi-list-item.hover .bi-input {
@ -698,8 +698,8 @@ textarea {
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active:hover .bi-input,
.bi-list-item-active.hover .bi-input {
@ -709,20 +709,27 @@ textarea {
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.active {
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active.active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
@ -890,8 +897,8 @@ textarea {
.bi-list-item-select:hover,
.bi-list-item-select.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-select:hover .bi-input,
.bi-list-item-select.hover .bi-input {
@ -904,7 +911,7 @@ textarea {
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-list-item-select:active .bi-input,
.bi-list-item-select.active .bi-input {
@ -1039,7 +1046,7 @@ textarea {
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-theme-dark .bi-list-item-select:active .bi-input,
.bi-theme-dark .bi-list-item-select.active .bi-input {
@ -1859,7 +1866,7 @@ textarea {
display: none;
}
.bi-text-value-combo.combo-error .bi-select-text-trigger .bi-label {
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label {
color: #ff4949;
}
/*************BI.SearchEditor******************/
@ -2491,7 +2498,7 @@ body .bi-button,
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #3685f2;
background-color: #3f8ce8;
background-color: #3685f2;
text-align: center;
vertical-align: middle;
cursor: pointer;
@ -2546,11 +2553,11 @@ body .bi-button.button-common.ghost .b-font:before,
body .bi-button.button-common.ghost:hover,
#body .bi-button.button-common.ghost:hover {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-common.ghost:active,
#body .bi-button.button-common.ghost:active {
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -2859,7 +2866,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-switch:active,
.bi-switch.active {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-switch .circle-button {
-webkit-border-radius: 9px 9px 9px 9px;
@ -2873,7 +2880,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.bi-code-editor .error-param {
@ -3000,7 +3007,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
background: #ff4949;
}
.bi-toast.toast-normal {
background: #3f8ce8;
background: #3685f2;
}
.bi-toast .toast-icon {
font-size: 16px;
@ -3038,7 +3045,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.CodeMirror-hints .sql-fr-function {
@ -3298,7 +3305,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container:hover .resizable-table-cell-resizer-knob,
.bi-resizable-table-cell .resizable-table-cell-resizer-container.dragging .resizable-table-cell-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container.suitable .resizable-table-cell-resizer-knob {
background-color: #13cd66;
@ -3307,7 +3314,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-resizable-table .resizable-table-resizer {
cursor: ew-resize;
z-index: 1;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table .resizable-table-resizer.suitable {
background-color: #13cd66;
@ -3318,7 +3325,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table .resizable-table-region-resizer:hover .resizable-table-region-resizer-knob,
.bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-branch-tree .bi-branch-tree-view {
@ -3629,6 +3636,9 @@ ul.ztree.zTreeDragUL {
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-excel-table-header-cell {
font-weight: bold;
@ -4432,7 +4442,6 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -4444,7 +4453,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -4461,7 +4469,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -4483,7 +4490,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -4495,7 +4501,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -4512,7 +4517,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -4529,7 +4533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -4546,7 +4549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -4558,7 +4560,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -4570,7 +4571,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -4587,7 +4587,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -4599,7 +4598,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -4616,7 +4614,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -4638,7 +4635,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -4663,7 +4659,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -4675,7 +4670,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -4692,7 +4686,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -4714,7 +4707,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -4739,7 +4731,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -4751,7 +4742,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -4768,7 +4758,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -4790,7 +4779,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -4815,7 +4803,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -4827,7 +4814,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -4844,7 +4830,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -4866,7 +4851,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -4892,7 +4876,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -4909,7 +4892,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -4926,7 +4908,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -4943,7 +4924,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -4960,7 +4940,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -4977,7 +4956,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -4994,7 +4972,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -5016,7 +4993,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -5028,7 +5004,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -5040,7 +5015,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -5057,7 +5031,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -5079,7 +5052,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -5091,7 +5063,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -5113,7 +5084,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -5130,7 +5100,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -5142,7 +5111,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -5164,7 +5132,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -5186,7 +5153,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -5198,7 +5164,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -5210,7 +5175,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -5222,7 +5186,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -5234,7 +5197,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -5246,7 +5208,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -5258,7 +5219,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -5270,7 +5230,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -5282,7 +5241,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -5294,7 +5252,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -5306,7 +5263,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -5318,7 +5274,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -5330,7 +5285,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -5342,7 +5296,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

4
dist/bundle.js vendored

@ -52344,6 +52344,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
items: [this.icon]
});
} else {
this.element.css("lineHeight", "1px");
BI.createWidget({
element: this,
type: "bi.center_adapt",
@ -74175,7 +74176,7 @@ BI.Calendar = BI.inherit(BI.Widget, {
return BI.map(item, function (j, td) {
return BI.extend(td, {
type: "bi.text_item",
cls: "bi-list-item-active",
cls: "bi-list-item-select",
textAlign: "center",
whiteSpace: "normal",
once: false,
@ -87414,6 +87415,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
cls: "select-text-label",
textAlign: "left",
height: o.height,
text: o.text,

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

16
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

3
dist/case.js vendored

@ -1705,7 +1705,7 @@ BI.Calendar = BI.inherit(BI.Widget, {
return BI.map(item, function (j, td) {
return BI.extend(td, {
type: "bi.text_item",
cls: "bi-list-item-active",
cls: "bi-list-item-select",
textAlign: "center",
whiteSpace: "normal",
once: false,
@ -14944,6 +14944,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
cls: "select-text-label",
textAlign: "left",
height: o.height,
text: o.text,

35
dist/core.css vendored

@ -440,7 +440,7 @@ textarea {
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
}
.bi-high-light-background .bi-input {
@ -509,8 +509,8 @@ textarea {
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-list-item:hover .bi-input,
.bi-list-item.hover .bi-input {
@ -698,8 +698,8 @@ textarea {
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active:hover .bi-input,
.bi-list-item-active.hover .bi-input {
@ -709,20 +709,27 @@ textarea {
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.active {
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active.active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
@ -890,8 +897,8 @@ textarea {
.bi-list-item-select:hover,
.bi-list-item-select.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-select:hover .bi-input,
.bi-list-item-select.hover .bi-input {
@ -904,7 +911,7 @@ textarea {
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-list-item-select:active .bi-input,
.bi-list-item-select.active .bi-input {
@ -1039,7 +1046,7 @@ textarea {
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-theme-dark .bi-list-item-select:active .bi-input,
.bi-theme-dark .bi-list-item-select.active .bi-input {

35
dist/core_without_normalize.css vendored

@ -162,7 +162,7 @@ textarea {
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
}
.bi-high-light-background .bi-input {
@ -231,8 +231,8 @@ textarea {
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-list-item:hover .bi-input,
.bi-list-item.hover .bi-input {
@ -420,8 +420,8 @@ textarea {
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active:hover .bi-input,
.bi-list-item-active.hover .bi-input {
@ -431,20 +431,27 @@ textarea {
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.active {
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active.active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
@ -612,8 +619,8 @@ textarea {
.bi-list-item-select:hover,
.bi-list-item-select.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-select:hover .bi-input,
.bi-list-item-select.hover .bi-input {
@ -626,7 +633,7 @@ textarea {
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-list-item-select:active .bi-input,
.bi-list-item-select.active .bi-input {
@ -761,7 +768,7 @@ textarea {
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-theme-dark .bi-list-item-select:active .bi-input,
.bi-theme-dark .bi-list-item-select.active .bi-input {

8
dist/demo.js vendored

@ -2211,6 +2211,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, {
iconCls: "pull-right-font",
value: 3
}]
}, {
type: "bi.search_multi_text_value_combo",
items: Demo.CONSTANTS.ITEMS,
width: 200,
value: {
type: 1,
value: ["1", "2", "3"]
}
}, {
type: "bi.button",
width: 90,

117
dist/fineui.css vendored

@ -440,7 +440,7 @@ textarea {
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
}
.bi-high-light-background .bi-input {
@ -509,8 +509,8 @@ textarea {
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-list-item:hover .bi-input,
.bi-list-item.hover .bi-input {
@ -698,8 +698,8 @@ textarea {
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active:hover .bi-input,
.bi-list-item-active.hover .bi-input {
@ -709,20 +709,27 @@ textarea {
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.active {
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active.active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
@ -890,8 +897,8 @@ textarea {
.bi-list-item-select:hover,
.bi-list-item-select.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-select:hover .bi-input,
.bi-list-item-select.hover .bi-input {
@ -904,7 +911,7 @@ textarea {
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-list-item-select:active .bi-input,
.bi-list-item-select.active .bi-input {
@ -1039,7 +1046,7 @@ textarea {
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-theme-dark .bi-list-item-select:active .bi-input,
.bi-theme-dark .bi-list-item-select.active .bi-input {
@ -1859,7 +1866,7 @@ textarea {
display: none;
}
.bi-text-value-combo.combo-error .bi-select-text-trigger .bi-label {
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label {
color: #ff4949;
}
/*************BI.SearchEditor******************/
@ -2491,7 +2498,7 @@ body .bi-button,
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #3685f2;
background-color: #3f8ce8;
background-color: #3685f2;
text-align: center;
vertical-align: middle;
cursor: pointer;
@ -2546,11 +2553,11 @@ body .bi-button.button-common.ghost .b-font:before,
body .bi-button.button-common.ghost:hover,
#body .bi-button.button-common.ghost:hover {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-common.ghost:active,
#body .bi-button.button-common.ghost:active {
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -2859,7 +2866,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-switch:active,
.bi-switch.active {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-switch .circle-button {
-webkit-border-radius: 9px 9px 9px 9px;
@ -2873,7 +2880,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.bi-code-editor .error-param {
@ -3000,7 +3007,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
background: #ff4949;
}
.bi-toast.toast-normal {
background: #3f8ce8;
background: #3685f2;
}
.bi-toast .toast-icon {
font-size: 16px;
@ -3038,7 +3045,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.CodeMirror-hints .sql-fr-function {
@ -3298,7 +3305,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container:hover .resizable-table-cell-resizer-knob,
.bi-resizable-table-cell .resizable-table-cell-resizer-container.dragging .resizable-table-cell-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container.suitable .resizable-table-cell-resizer-knob {
background-color: #13cd66;
@ -3307,7 +3314,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-resizable-table .resizable-table-resizer {
cursor: ew-resize;
z-index: 1;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table .resizable-table-resizer.suitable {
background-color: #13cd66;
@ -3318,7 +3325,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
}
.bi-resizable-table .resizable-table-region-resizer:hover .resizable-table-region-resizer-knob,
.bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-branch-tree .bi-branch-tree-view {
@ -3629,6 +3636,9 @@ ul.ztree.zTreeDragUL {
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-excel-table-header-cell {
font-weight: bold;
@ -4432,7 +4442,6 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -4444,7 +4453,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -4461,7 +4469,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -4483,7 +4490,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -4495,7 +4501,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -4512,7 +4517,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -4529,7 +4533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -4546,7 +4549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -4558,7 +4560,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -4570,7 +4571,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -4587,7 +4587,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -4599,7 +4598,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -4616,7 +4614,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -4638,7 +4635,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -4663,7 +4659,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -4675,7 +4670,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -4692,7 +4686,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -4714,7 +4707,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -4739,7 +4731,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -4751,7 +4742,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -4768,7 +4758,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -4790,7 +4779,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -4815,7 +4803,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -4827,7 +4814,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -4844,7 +4830,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -4866,7 +4851,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -4892,7 +4876,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -4909,7 +4892,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -4926,7 +4908,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -4943,7 +4924,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -4960,7 +4940,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -4977,7 +4956,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -4994,7 +4972,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -5016,7 +4993,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -5028,7 +5004,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -5040,7 +5015,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -5057,7 +5031,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -5079,7 +5052,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -5091,7 +5063,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -5113,7 +5084,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -5130,7 +5100,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -5142,7 +5111,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -5164,7 +5132,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -5186,7 +5153,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -5198,7 +5164,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -5210,7 +5175,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -5222,7 +5186,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -5234,7 +5197,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -5246,7 +5208,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -5258,7 +5219,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -5270,7 +5230,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -5282,7 +5241,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -5294,7 +5252,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -5306,7 +5263,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -5318,7 +5274,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -5330,7 +5285,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -5342,7 +5296,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

4
dist/fineui.js vendored

@ -52587,6 +52587,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
items: [this.icon]
});
} else {
this.element.css("lineHeight", "1px");
BI.createWidget({
element: this,
type: "bi.center_adapt",
@ -74418,7 +74419,7 @@ BI.Calendar = BI.inherit(BI.Widget, {
return BI.map(item, function (j, td) {
return BI.extend(td, {
type: "bi.text_item",
cls: "bi-list-item-active",
cls: "bi-list-item-select",
textAlign: "center",
whiteSpace: "normal",
once: false,
@ -87657,6 +87658,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
cls: "select-text-label",
textAlign: "left",
height: o.height,
text: o.text,

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

20
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

57
dist/resource.css vendored

@ -338,7 +338,6 @@ textarea::-webkit-scrollbar-thumb:hover {
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -350,7 +349,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -367,7 +365,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -389,7 +386,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -401,7 +397,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -418,7 +413,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -435,7 +429,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -452,7 +445,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -464,7 +456,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -476,7 +467,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -493,7 +483,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -505,7 +494,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -522,7 +510,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -544,7 +531,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -569,7 +555,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -581,7 +566,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -598,7 +582,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -620,7 +603,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -645,7 +627,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -657,7 +638,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -674,7 +654,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -696,7 +675,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -721,7 +699,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -733,7 +710,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -750,7 +726,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -772,7 +747,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -798,7 +772,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -815,7 +788,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -832,7 +804,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -849,7 +820,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -866,7 +836,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -883,7 +852,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -900,7 +868,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -922,7 +889,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -934,7 +900,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -946,7 +911,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -963,7 +927,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -985,7 +948,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -997,7 +959,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -1019,7 +980,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -1036,7 +996,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -1048,7 +1007,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -1070,7 +1028,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -1092,7 +1049,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -1104,7 +1060,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -1116,7 +1071,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -1128,7 +1082,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -1140,7 +1093,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -1152,7 +1104,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -1164,7 +1115,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -1176,7 +1126,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -1188,7 +1137,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -1200,7 +1148,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -1212,7 +1159,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -1224,7 +1170,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -1236,7 +1181,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -1248,7 +1192,6 @@ textarea::-webkit-scrollbar-thumb:hover {
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

3
dist/widget.css vendored

@ -9,6 +9,9 @@
.bi-down-list-popup .bi-down-list-item .list-item-text {
max-width: 203px;
}
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}
.bi-excel-table-header-cell {
font-weight: bold;

57
public/css/font.css

@ -12,7 +12,6 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -24,7 +23,6 @@
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -41,7 +39,6 @@
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -63,7 +60,6 @@
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -75,7 +71,6 @@
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -92,7 +87,6 @@
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -109,7 +103,6 @@
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -126,7 +119,6 @@
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -138,7 +130,6 @@
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -150,7 +141,6 @@
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -167,7 +157,6 @@
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -179,7 +168,6 @@
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -196,7 +184,6 @@
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -218,7 +205,6 @@
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -243,7 +229,6 @@
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -255,7 +240,6 @@
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -272,7 +256,6 @@
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -294,7 +277,6 @@
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -319,7 +301,6 @@
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -331,7 +312,6 @@
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -348,7 +328,6 @@
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -370,7 +349,6 @@
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -395,7 +373,6 @@
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -407,7 +384,6 @@
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -424,7 +400,6 @@
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -446,7 +421,6 @@
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -472,7 +446,6 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -489,7 +462,6 @@
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -506,7 +478,6 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -523,7 +494,6 @@
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -540,7 +510,6 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -557,7 +526,6 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -574,7 +542,6 @@
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -596,7 +563,6 @@
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -608,7 +574,6 @@
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -620,7 +585,6 @@
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -637,7 +601,6 @@
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -659,7 +622,6 @@
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -671,7 +633,6 @@
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -693,7 +654,6 @@
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -710,7 +670,6 @@
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -722,7 +681,6 @@
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -744,7 +702,6 @@
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -766,7 +723,6 @@
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -778,7 +734,6 @@
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -790,7 +745,6 @@
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -802,7 +756,6 @@
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -814,7 +767,6 @@
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -826,7 +778,6 @@
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -838,7 +789,6 @@
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -850,7 +800,6 @@
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -862,7 +811,6 @@
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -874,7 +822,6 @@
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -886,7 +833,6 @@
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -898,7 +844,6 @@
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -910,7 +855,6 @@
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -922,7 +866,6 @@
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

1
src/base/single/button/buttons/button.icon.js

@ -32,6 +32,7 @@ BI.IconButton = BI.inherit(BI.BasicButton, {
items: [this.icon]
});
} else {
this.element.css("lineHeight", "1px");
BI.createWidget({
element: this,
type: "bi.center_adapt",

2
src/case/calendar/calendar.js

@ -104,7 +104,7 @@ BI.Calendar = BI.inherit(BI.Widget, {
return BI.map(item, function (j, td) {
return BI.extend(td, {
type: "bi.text_item",
cls: "bi-list-item-active",
cls: "bi-list-item-select",
textAlign: "center",
whiteSpace: "normal",
once: false,

1
src/case/trigger/trigger.text.js

@ -23,6 +23,7 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
var self = this, o = this.options, c = this._const;
this.text = BI.createWidget({
type: "bi.label",
cls: "select-text-label",
textAlign: "left",
height: o.height,
text: o.text,

2
src/css/base/combo/combo.css

@ -131,6 +131,6 @@
display: none;
}
.bi-text-value-combo.combo-error .bi-select-text-trigger .bi-label {
.bi-text-value-combo.combo-error .bi-select-text-trigger .select-text-label {
color: #ff4949;
}

6
src/css/base/single/button/button.css

@ -4,7 +4,7 @@ body .bi-button,
-moz-border-radius: 2px;
border-radius: 2px;
border: 1px solid #3685f2;
background-color: #3f8ce8;
background-color: #3685f2;
text-align: center;
vertical-align: middle;
cursor: pointer;
@ -59,11 +59,11 @@ body .bi-button.button-common.ghost .b-font:before,
body .bi-button.button-common.ghost:hover,
#body .bi-button.button-common.ghost:hover {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-common.ghost:active,
#body .bi-button.button-common.ghost:active {
background-color: #3f8ce8;
background-color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {

2
src/css/base/single/button/switch.css

@ -6,7 +6,7 @@
}
.bi-switch:active,
.bi-switch.active {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-switch .circle-button {
-webkit-border-radius: 9px 9px 9px 9px;

2
src/css/base/single/editor/editor.css

@ -5,7 +5,7 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.bi-code-editor .error-param {

2
src/css/base/single/tip/tip.css

@ -43,7 +43,7 @@
background: #ff4949;
}
.bi-toast.toast-normal {
background: #3f8ce8;
background: #3685f2;
}
.bi-toast .toast-icon {
font-size: 16px;

2
src/css/base/sql/sql.css

@ -14,7 +14,7 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #3f8ce8;
background: #3685f2;
display: inline-block;
}
.CodeMirror-hints .sql-fr-function {

6
src/css/base/table/table.css

@ -249,7 +249,7 @@
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container:hover .resizable-table-cell-resizer-knob,
.bi-resizable-table-cell .resizable-table-cell-resizer-container.dragging .resizable-table-cell-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table-cell .resizable-table-cell-resizer-container.suitable .resizable-table-cell-resizer-knob {
background-color: #13cd66;
@ -258,7 +258,7 @@
.bi-resizable-table .resizable-table-resizer {
cursor: ew-resize;
z-index: 1;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-resizable-table .resizable-table-resizer.suitable {
background-color: #13cd66;
@ -269,6 +269,6 @@
}
.bi-resizable-table .resizable-table-region-resizer:hover .resizable-table-region-resizer-knob,
.bi-resizable-table .resizable-table-region-resizer.dragging .resizable-table-region-resizer-knob {
background-color: #3f8ce8;
background-color: #3685f2;
}

35
src/css/core/utils/common.css

@ -162,7 +162,7 @@ textarea {
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
}
.bi-high-light-background .bi-input {
@ -231,8 +231,8 @@ textarea {
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3685f2,endColorstr=#0d3685f2);
}
.bi-list-item:hover .bi-input,
.bi-list-item.hover .bi-input {
@ -420,8 +420,8 @@ textarea {
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active:hover .bi-input,
.bi-list-item-active.hover .bi-input {
@ -431,20 +431,27 @@ textarea {
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.active {
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active.active .bi-input {
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea {
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
@ -612,8 +619,8 @@ textarea {
.bi-list-item-select:hover,
.bi-list-item-select.hover {
color: #1a1a1a;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-select:hover .bi-input,
.bi-list-item-select.hover .bi-input {
@ -626,7 +633,7 @@ textarea {
.bi-list-item-select:active,
.bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-list-item-select:active .bi-input,
.bi-list-item-select.active .bi-input {
@ -761,7 +768,7 @@ textarea {
.bi-theme-dark .bi-list-item-select:active,
.bi-theme-dark .bi-list-item-select.active {
color: #ffffff;
background-color: #3f8ce8;
background-color: #3685f2;
}
.bi-theme-dark .bi-list-item-select:active .bi-input,
.bi-theme-dark .bi-list-item-select.active .bi-input {

57
src/css/resource/font.css

@ -12,7 +12,6 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -24,7 +23,6 @@
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -41,7 +39,6 @@
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -63,7 +60,6 @@
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -75,7 +71,6 @@
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -92,7 +87,6 @@
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -109,7 +103,6 @@
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -126,7 +119,6 @@
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -138,7 +130,6 @@
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -150,7 +141,6 @@
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -167,7 +157,6 @@
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -179,7 +168,6 @@
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -196,7 +184,6 @@
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -218,7 +205,6 @@
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -243,7 +229,6 @@
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -255,7 +240,6 @@
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -272,7 +256,6 @@
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -294,7 +277,6 @@
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -319,7 +301,6 @@
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -331,7 +312,6 @@
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -348,7 +328,6 @@
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -370,7 +349,6 @@
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -395,7 +373,6 @@
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -407,7 +384,6 @@
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -424,7 +400,6 @@
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -446,7 +421,6 @@
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -472,7 +446,6 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -489,7 +462,6 @@
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -506,7 +478,6 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -523,7 +494,6 @@
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -540,7 +510,6 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -557,7 +526,6 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -574,7 +542,6 @@
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -596,7 +563,6 @@
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -608,7 +574,6 @@
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -620,7 +585,6 @@
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -637,7 +601,6 @@
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -659,7 +622,6 @@
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -671,7 +633,6 @@
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -693,7 +654,6 @@
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -710,7 +670,6 @@
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -722,7 +681,6 @@
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -744,7 +702,6 @@
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -766,7 +723,6 @@
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -778,7 +734,6 @@
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -790,7 +745,6 @@
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -802,7 +756,6 @@
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -814,7 +767,6 @@
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -826,7 +778,6 @@
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -838,7 +789,6 @@
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -850,7 +800,6 @@
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -862,7 +811,6 @@
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -874,7 +822,6 @@
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -886,7 +833,6 @@
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -898,7 +844,6 @@
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -910,7 +855,6 @@
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -922,7 +866,6 @@
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

3
src/css/widget/dynamicdatecombo/dynamicdatetime.css

@ -0,0 +1,3 @@
.bi-dynamic-date-combo .date-font {
font-size: 16px;
}

2
src/less/base/combo/combo.textvalue.less

@ -3,7 +3,7 @@
.bi-text-value-combo{
&.combo-error {
& .bi-select-text-trigger {
& .bi-label{
& .select-text-label{
color: @color-bi-text-failure;
}
}

20
src/less/core/utils/common.less

@ -302,7 +302,7 @@ textarea {
& .bi-textarea {
color: @color-bi-text-black;
}
.background-color(@color-bi-background-black, 5%);
.background-color(@color-bi-background-highlight, 5%);
}
&.disabled {
&, &:hover, &:active {
@ -468,9 +468,19 @@ textarea {
& .bi-textarea {
color: @color-bi-text-black;
}
.background-color(@color-bi-background-black, 5%);
.background-color(@color-bi-background-highlight, 6%);
}
&.active, &:active {
&:active {
color: @color-bi-text-highlight;
& .bi-input {
color: @color-bi-text-highlight;
}
& .bi-textarea {
color: @color-bi-text-highlight;
}
.background-color(@color-bi-background-highlight, 6%);
}
&.active {
color: @color-bi-text-highlight;
& .bi-input {
color: @color-bi-text-highlight;
@ -478,7 +488,7 @@ textarea {
& .bi-textarea {
color: @color-bi-text-highlight;
}
.background-color(@color-bi-background-black, 5%);
background-color: @color-bi-background-default;
}
&.disabled {
&, &:hover, &:active {
@ -626,7 +636,7 @@ textarea {
& .bi-textarea {
color: @color-bi-text-black;
}
.background-color(@color-bi-background-black, 5%);
.background-color(@color-bi-background-highlight, 6%);
}
&:active, &.active {
color: @color-bi-text;

4
src/less/image.less

@ -319,7 +319,6 @@
@fc: "\@{content}";
.@{class} {
& .b-font {
line-height: 1;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -338,7 +337,6 @@
@fc: "\@{content}";
.@{class} {
& .b-font {
line-height: 1;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -362,7 +360,6 @@
@fc: "\@{content}";
.@{class} {
& .b-font {
line-height: 1;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {
@ -391,7 +388,6 @@
@fc: "\@{content}";
.@{class} {
& .b-font {
line-height: 1;
*zoom: ~"expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '&#x@{content};')";
}
& .b-font:before {

2
src/less/lib/constant.less

@ -36,7 +36,7 @@
@background-color-normal: #fafbfc;//
@background-color-normal-theme-dark: #191B2B;//
@background-color-light-highlight: #eaf2fd;
@background-color-highlight: #3f8ce8;
@background-color-highlight: #3685f2;
@background-color-dark: #d4dadd;
@background-color-light-gray: #F2F4F7;
@background-color-gray: #999999;

7
src/less/widget/dynamicdatecombo/dynamicdatetime.combo.less

@ -0,0 +1,7 @@
@import "../../index";
.bi-dynamic-date-combo {
& .date-font {
font-size: 16px;
}
}

57
ui/css/font.css

@ -12,7 +12,6 @@
-moz-osx-font-smoothing: grayscale;
}
.close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-font .b-font:before {
@ -24,7 +23,6 @@
color: inherit;
}
.close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-h-font .b-font:before {
@ -41,7 +39,6 @@
color: inherit;
}
.close-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.close-ha-font .b-font:before {
@ -63,7 +60,6 @@
color: inherit;
}
.circle-close-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.circle-close-font .b-font:before {
@ -75,7 +71,6 @@
color: inherit;
}
.search-close-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-close-h-font .b-font:before {
@ -92,7 +87,6 @@
color: inherit;
}
.pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pre-page-h-font .b-font:before {
@ -109,7 +103,6 @@
color: inherit;
}
.next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.next-page-h-font .b-font:before {
@ -126,7 +119,6 @@
color: inherit;
}
.search-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.search-font .b-font:before {
@ -138,7 +130,6 @@
color: inherit;
}
.date-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-font .b-font:before {
@ -150,7 +141,6 @@
color: inherit;
}
.date-change-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.date-change-h-font .b-font:before {
@ -167,7 +157,6 @@
color: inherit;
}
.dot-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-font .b-font:before {
@ -179,7 +168,6 @@
color: #1a1a1a;
}
.dot-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
@ -196,7 +184,6 @@
color: #1a1a1a;
}
.dot-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-ha-font .b-font:before {
@ -218,7 +205,6 @@
color: #ffffff;
}
.dot-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-e-font .b-font:before {
@ -243,7 +229,6 @@
color: #ffffff;
}
.pull-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-font .b-font:before {
@ -255,7 +240,6 @@
color: inherit;
}
.pull-right-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-h-font .b-font:before {
@ -272,7 +256,6 @@
color: inherit;
}
.pull-right-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-ha-font .b-font:before {
@ -294,7 +277,6 @@
color: inherit;
}
.pull-right-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-right-e-font .b-font:before {
@ -319,7 +301,6 @@
color: inherit;
}
.copy-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-font .b-font:before {
@ -331,7 +312,6 @@
color: inherit;
}
.copy-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-h-font .b-font:before {
@ -348,7 +328,6 @@
color: #1a1a1a;
}
.copy-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-ha-font .b-font:before {
@ -370,7 +349,6 @@
color: inherit;
}
.copy-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.copy-e-font .b-font:before {
@ -395,7 +373,6 @@
color: inherit;
}
.check-mark-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-font .b-font:before {
@ -407,7 +384,6 @@
color: inherit;
}
.check-mark-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-h-font .b-font:before {
@ -424,7 +400,6 @@
color: inherit;
}
.check-mark-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-ha-font .b-font:before {
@ -446,7 +421,6 @@
color: inherit;
}
.check-mark-e-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-mark-e-font .b-font:before {
@ -472,7 +446,6 @@
}
/** dashboard组件/控件 下拉列表图标字体 ~end~**/
.row-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-pre-page-h-font .b-font:before {
@ -489,7 +462,6 @@
color: inherit;
}
.row-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.row-next-page-h-font .b-font:before {
@ -506,7 +478,6 @@
color: inherit;
}
.column-pre-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-pre-page-h-font .b-font:before {
@ -523,7 +494,6 @@
color: inherit;
}
.column-next-page-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.column-next-page-h-font .b-font:before {
@ -540,7 +510,6 @@
color: inherit;
}
.solid-triangle-top-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-top-font .b-font:before {
@ -557,7 +526,6 @@
color: inherit;
}
.solid-triangle-bottom-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.solid-triangle-bottom-font .b-font:before {
@ -574,7 +542,6 @@
color: inherit;
}
.trigger-triangle-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.trigger-triangle-font .b-font:before {
@ -596,7 +563,6 @@
color: #999999;
}
.pull-up-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-up-font .b-font:before {
@ -608,7 +574,6 @@
color: inherit;
}
.pull-down-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-font .b-font:before {
@ -620,7 +585,6 @@
color: inherit;
}
.pull-down-h-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-h-font .b-font:before {
@ -637,7 +601,6 @@
color: inherit;
}
.pull-down-ha-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.pull-down-ha-font .b-font:before {
@ -659,7 +622,6 @@
color: inherit;
}
.check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.check-font .b-font:before {
@ -671,7 +633,6 @@
color: #3685f2;
}
.item-check-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.item-check-font .b-font:before {
@ -693,7 +654,6 @@
color: #ffffff;
}
.primary-key-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.primary-key-font .b-font:before {
@ -710,7 +670,6 @@
color: inherit;
}
.drag-tag-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.drag-tag-font .b-font:before {
@ -722,7 +681,6 @@
color: #faaa39;
}
.less-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-font .b-font:before {
@ -744,7 +702,6 @@
color: inherit;
}
.less-equal-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.less-equal-font .b-font:before {
@ -766,7 +723,6 @@
color: inherit;
}
.text-bold-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-bold-font .b-font:before {
@ -778,7 +734,6 @@
color: inherit;
}
.text-italic-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-italic-font .b-font:before {
@ -790,7 +745,6 @@
color: inherit;
}
.text-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-underline-font .b-font:before {
@ -802,7 +756,6 @@
color: inherit;
}
.text-color-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-font .b-font:before {
@ -814,7 +767,6 @@
color: inherit;
}
.text-background-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-background-font .b-font:before {
@ -826,7 +778,6 @@
color: inherit;
}
.text-color-underline-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-color-underline-font .b-font:before {
@ -838,7 +789,6 @@
color: inherit;
}
.text-align-left-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-left-font .b-font:before {
@ -850,7 +800,6 @@
color: inherit;
}
.text-align-center-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-center-font .b-font:before {
@ -862,7 +811,6 @@
color: inherit;
}
.text-align-right-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-align-right-font .b-font:before {
@ -874,7 +822,6 @@
color: inherit;
}
.toast-error-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-error-font .b-font:before {
@ -886,7 +833,6 @@
color: inherit;
}
.toast-success-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-success-font .b-font:before {
@ -898,7 +844,6 @@
color: inherit;
}
.toast-warning-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-warning-font .b-font:before {
@ -910,7 +855,6 @@
color: inherit;
}
.toast-message-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.toast-message-font .b-font:before {
@ -922,7 +866,6 @@
color: inherit;
}
.text-add-tip-font .b-font {
line-height: 1;
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.text-add-tip-font .b-font:before {

Loading…
Cancel
Save