windy 6 years ago
parent
commit
8d8d4527d1
  1. 58
      dist/base.css
  2. 138
      dist/bundle.css
  3. 2
      dist/bundle.min.css
  4. 52
      dist/core.css
  5. 52
      dist/core_without_normalize.css
  6. 138
      dist/fineui.css
  7. 2
      dist/fineui.min.css
  8. 14
      dist/fineui.min.js
  9. 16
      dist/resource.css
  10. 12
      dist/widget.css
  11. 16
      public/css/font.css
  12. 2
      src/css/base/colorchooser/colorpicker/button.css
  13. 2
      src/css/base/formula/codemirror.css
  14. 2
      src/css/base/loader/sort.css
  15. 8
      src/css/base/segment/segment.css
  16. 4
      src/css/base/single/button/button.css
  17. 32
      src/css/base/table/table.css
  18. 8
      src/css/base/view/popupview.css
  19. 52
      src/css/core/utils/common.css
  20. 16
      src/css/resource/font.css
  21. 2
      src/css/widget/exceltable/exceltable.css
  22. 8
      src/css/widget/filter/expander/filter.css
  23. 2
      src/css/widget/year/popup.css
  24. 63
      src/less/lib/colors.less
  25. 25
      src/less/lib/constant.less
  26. 16
      ui/css/font.css

58
dist/base.css vendored

@ -13,7 +13,7 @@
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
border: 1px solid #232e40;
}
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask {
border: 1px solid #ffffff;
@ -263,7 +263,7 @@
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #1a1a1a;
border-left: 1px solid #232e40;
}
.bi-theme-dark .CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #ffffff;
@ -755,7 +755,7 @@ li.CodeMirror-hint-active {
font-size: 14px;
}
.bi-sortable-holder {
border: 1px dashed #d4dadd;
border: 1px dashed #e8eaed;
}
.bi-all-count-pager .all-pager-prev {
font-size: 16px;
@ -789,12 +789,12 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #ffffff;
border-right: 1px solid #d4dadd;
border-top: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-top: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-segment > .first-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
@ -1021,7 +1021,7 @@ body .bi-button.button-warning.disabled.base-disabled .b-font:before,
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled {
background: #ffffff !important;
border-color: #d4dadd !important;
border-color: #e8eaed !important;
}
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
@ -1140,7 +1140,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-basic-button.button-ignore:active .bi-button-mask {
opacity: 0.1;
filter: alpha(opacity=10);
background-color: #1a1a1a;
background-color: #232E40;
}
.bi-basic-button .popup-content {
font-size: 14px;
@ -1387,10 +1387,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-collection-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-collection-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
@ -1416,10 +1416,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-grid-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-grid-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
@ -1549,24 +1549,24 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-top: none;
}
.bi-table > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-table > div > div > table,
.bi-table > div > div > div > table {
@ -1590,8 +1590,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-table > div > div > div > table > tbody > tr > td,
.bi-table > div > div > table > thead > tr > td,
.bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #d4dadd;
border-left: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
@ -1928,15 +1928,15 @@ ul.ztree.zTreeDragUL {
border-radius: 2px;
}
.bi-popup-view .list-view-shadow {
-webkit-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;

138
dist/bundle.css vendored

@ -278,7 +278,7 @@ i {
}
input,
textarea {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-theme-dark input,
.bi-theme-dark textarea {
@ -392,7 +392,7 @@ textarea {
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-border-radius {
-webkit-border-radius: 2px;
@ -403,25 +403,25 @@ textarea {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
@ -496,7 +496,7 @@ textarea {
color: #666666;
}
.bi-resizer {
background: #1a1a1a;
background: #232E40;
opacity: 0.2;
filter: alpha(opacity=20);
z-index: 1000000000 !important;
@ -506,8 +506,8 @@ textarea {
}
.bi-mask {
color: #ffffff;
background-color: rgba(26, 26, 26, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
background-color: rgba(35, 46, 64, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40);
}
.bi-mask .bi-input {
color: #ffffff;
@ -527,22 +527,22 @@ textarea {
color: #242640;
}
.bi-z-index-mask {
background-color: rgba(26, 26, 26, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
background-color: rgba(35, 46, 64, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40);
}
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item:hover .bi-textarea,
.bi-list-item.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
@ -637,13 +637,13 @@ textarea {
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
@ -721,17 +721,17 @@ textarea {
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:hover .bi-textarea,
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:active {
color: #3685f2;
@ -825,15 +825,15 @@ textarea {
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-input,
.bi-list-item-active2.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-textarea,
.bi-list-item-active2.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover.bi-border,
.bi-list-item-active2.hover.bi-border {
@ -934,17 +934,17 @@ textarea {
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #1a1a1a;
color: #232e40;
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active3:hover .bi-input,
.bi-list-item-active3.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:hover .bi-textarea,
.bi-list-item-active3.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:active,
.bi-list-item-active3.active {
@ -1769,7 +1769,7 @@ textarea {
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
border: 1px solid #232e40;
}
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask {
border: 1px solid #ffffff;
@ -2019,7 +2019,7 @@ textarea {
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #1a1a1a;
border-left: 1px solid #232e40;
}
.bi-theme-dark .CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #ffffff;
@ -2511,7 +2511,7 @@ li.CodeMirror-hint-active {
font-size: 14px;
}
.bi-sortable-holder {
border: 1px dashed #d4dadd;
border: 1px dashed #e8eaed;
}
.bi-all-count-pager .all-pager-prev {
font-size: 16px;
@ -2545,12 +2545,12 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #ffffff;
border-right: 1px solid #d4dadd;
border-top: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-top: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-segment > .first-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
@ -2777,7 +2777,7 @@ body .bi-button.button-warning.disabled.base-disabled .b-font:before,
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled {
background: #ffffff !important;
border-color: #d4dadd !important;
border-color: #e8eaed !important;
}
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
@ -2896,7 +2896,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-basic-button.button-ignore:active .bi-button-mask {
opacity: 0.1;
filter: alpha(opacity=10);
background-color: #1a1a1a;
background-color: #232E40;
}
.bi-basic-button .popup-content {
font-size: 14px;
@ -3143,10 +3143,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-collection-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-collection-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
@ -3172,10 +3172,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-grid-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-grid-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
@ -3305,24 +3305,24 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-top: none;
}
.bi-table > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-table > div > div > table,
.bi-table > div > div > div > table {
@ -3346,8 +3346,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-table > div > div > div > table > tbody > tr > td,
.bi-table > div > div > table > thead > tr > td,
.bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #d4dadd;
border-left: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
@ -3684,15 +3684,15 @@ ul.ztree.zTreeDragUL {
border-radius: 2px;
}
.bi-popup-view .list-view-shadow {
-webkit-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
@ -3723,7 +3723,7 @@ ul.ztree.zTreeDragUL {
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
@ -3754,16 +3754,16 @@ ul.ztree.zTreeDragUL {
}
.bi-filter-expander > .filter-item-empty-item {
border-top: 0px;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-filter-expander > table {
min-width: 100%;
}
.bi-filter-expander > table > tbody > tr > td.first-element {
width: 20px;
border-right: 1px solid #d4dadd !important;
border-bottom: 1px solid #d4dadd !important;
border-right: 1px solid #e8eaed !important;
border-bottom: 1px solid #e8eaed !important;
}
.bi-theme-dark .bi-filter-expander > .filter-item-empty-item {
border-right: 1px solid #525466;
@ -4175,7 +4175,7 @@ ul.ztree.zTreeDragUL {
line-height: 30px;
}
.bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
@ -4686,18 +4686,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -4706,7 +4706,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -4723,7 +4723,7 @@ textarea::-webkit-scrollbar-thumb:hover {
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -4747,7 +4747,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -4841,7 +4841,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -4850,7 +4850,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

52
dist/core.css vendored

@ -278,7 +278,7 @@ i {
}
input,
textarea {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-theme-dark input,
.bi-theme-dark textarea {
@ -392,7 +392,7 @@ textarea {
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-border-radius {
-webkit-border-radius: 2px;
@ -403,25 +403,25 @@ textarea {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
@ -496,7 +496,7 @@ textarea {
color: #666666;
}
.bi-resizer {
background: #1a1a1a;
background: #232E40;
opacity: 0.2;
filter: alpha(opacity=20);
z-index: 1000000000 !important;
@ -506,8 +506,8 @@ textarea {
}
.bi-mask {
color: #ffffff;
background-color: rgba(26, 26, 26, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
background-color: rgba(35, 46, 64, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40);
}
.bi-mask .bi-input {
color: #ffffff;
@ -527,22 +527,22 @@ textarea {
color: #242640;
}
.bi-z-index-mask {
background-color: rgba(26, 26, 26, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
background-color: rgba(35, 46, 64, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40);
}
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item:hover .bi-textarea,
.bi-list-item.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
@ -637,13 +637,13 @@ textarea {
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
@ -721,17 +721,17 @@ textarea {
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:hover .bi-textarea,
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:active {
color: #3685f2;
@ -825,15 +825,15 @@ textarea {
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-input,
.bi-list-item-active2.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-textarea,
.bi-list-item-active2.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover.bi-border,
.bi-list-item-active2.hover.bi-border {
@ -934,17 +934,17 @@ textarea {
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #1a1a1a;
color: #232e40;
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active3:hover .bi-input,
.bi-list-item-active3.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:hover .bi-textarea,
.bi-list-item-active3.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:active,
.bi-list-item-active3.active {

52
dist/core_without_normalize.css vendored

@ -1,6 +1,6 @@
input,
textarea {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-theme-dark input,
.bi-theme-dark textarea {
@ -114,7 +114,7 @@ textarea {
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-border-radius {
-webkit-border-radius: 2px;
@ -125,25 +125,25 @@ textarea {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
@ -218,7 +218,7 @@ textarea {
color: #666666;
}
.bi-resizer {
background: #1a1a1a;
background: #232E40;
opacity: 0.2;
filter: alpha(opacity=20);
z-index: 1000000000 !important;
@ -228,8 +228,8 @@ textarea {
}
.bi-mask {
color: #ffffff;
background-color: rgba(26, 26, 26, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
background-color: rgba(35, 46, 64, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40);
}
.bi-mask .bi-input {
color: #ffffff;
@ -249,22 +249,22 @@ textarea {
color: #242640;
}
.bi-z-index-mask {
background-color: rgba(26, 26, 26, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
background-color: rgba(35, 46, 64, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40);
}
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item:hover .bi-textarea,
.bi-list-item.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
@ -359,13 +359,13 @@ textarea {
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
@ -443,17 +443,17 @@ textarea {
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:hover .bi-textarea,
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:active {
color: #3685f2;
@ -547,15 +547,15 @@ textarea {
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-input,
.bi-list-item-active2.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-textarea,
.bi-list-item-active2.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover.bi-border,
.bi-list-item-active2.hover.bi-border {
@ -656,17 +656,17 @@ textarea {
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #1a1a1a;
color: #232e40;
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active3:hover .bi-input,
.bi-list-item-active3.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:hover .bi-textarea,
.bi-list-item-active3.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:active,
.bi-list-item-active3.active {

138
dist/fineui.css vendored

@ -278,7 +278,7 @@ i {
}
input,
textarea {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-theme-dark input,
.bi-theme-dark textarea {
@ -392,7 +392,7 @@ textarea {
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-border-radius {
-webkit-border-radius: 2px;
@ -403,25 +403,25 @@ textarea {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
@ -496,7 +496,7 @@ textarea {
color: #666666;
}
.bi-resizer {
background: #1a1a1a;
background: #232E40;
opacity: 0.2;
filter: alpha(opacity=20);
z-index: 1000000000 !important;
@ -506,8 +506,8 @@ textarea {
}
.bi-mask {
color: #ffffff;
background-color: rgba(26, 26, 26, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
background-color: rgba(35, 46, 64, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40);
}
.bi-mask .bi-input {
color: #ffffff;
@ -527,22 +527,22 @@ textarea {
color: #242640;
}
.bi-z-index-mask {
background-color: rgba(26, 26, 26, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
background-color: rgba(35, 46, 64, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40);
}
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item:hover .bi-textarea,
.bi-list-item.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
@ -637,13 +637,13 @@ textarea {
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
@ -721,17 +721,17 @@ textarea {
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:hover .bi-textarea,
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:active {
color: #3685f2;
@ -825,15 +825,15 @@ textarea {
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-input,
.bi-list-item-active2.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-textarea,
.bi-list-item-active2.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover.bi-border,
.bi-list-item-active2.hover.bi-border {
@ -934,17 +934,17 @@ textarea {
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #1a1a1a;
color: #232e40;
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active3:hover .bi-input,
.bi-list-item-active3.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:hover .bi-textarea,
.bi-list-item-active3.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:active,
.bi-list-item-active3.active {
@ -1769,7 +1769,7 @@ textarea {
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
border: 1px solid #232e40;
}
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask {
border: 1px solid #ffffff;
@ -2019,7 +2019,7 @@ textarea {
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #1a1a1a;
border-left: 1px solid #232e40;
}
.bi-theme-dark .CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #ffffff;
@ -2511,7 +2511,7 @@ li.CodeMirror-hint-active {
font-size: 14px;
}
.bi-sortable-holder {
border: 1px dashed #d4dadd;
border: 1px dashed #e8eaed;
}
.bi-all-count-pager .all-pager-prev {
font-size: 16px;
@ -2545,12 +2545,12 @@ li.CodeMirror-hint-active {
overflow-x: hidden;
overflow-y: hidden;
background: #ffffff;
border-right: 1px solid #d4dadd;
border-top: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-top: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-segment > .first-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
@ -2777,7 +2777,7 @@ body .bi-button.button-warning.disabled.base-disabled .b-font:before,
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled {
background: #ffffff !important;
border-color: #d4dadd !important;
border-color: #e8eaed !important;
}
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
@ -2896,7 +2896,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-basic-button.button-ignore:active .bi-button-mask {
opacity: 0.1;
filter: alpha(opacity=10);
background-color: #1a1a1a;
background-color: #232E40;
}
.bi-basic-button .popup-content {
font-size: 14px;
@ -3143,10 +3143,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-collection-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-collection-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
@ -3172,10 +3172,10 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-grid-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-grid-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
@ -3305,24 +3305,24 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
border-top: none;
}
.bi-table > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-table > div > div > table,
.bi-table > div > div > div > table {
@ -3346,8 +3346,8 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-table > div > div > div > table > tbody > tr > td,
.bi-table > div > div > table > thead > tr > td,
.bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #d4dadd;
border-left: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;
@ -3684,15 +3684,15 @@ ul.ztree.zTreeDragUL {
border-radius: 2px;
}
.bi-popup-view .list-view-shadow {
-webkit-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;
@ -3723,7 +3723,7 @@ ul.ztree.zTreeDragUL {
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
@ -3754,16 +3754,16 @@ ul.ztree.zTreeDragUL {
}
.bi-filter-expander > .filter-item-empty-item {
border-top: 0px;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-filter-expander > table {
min-width: 100%;
}
.bi-filter-expander > table > tbody > tr > td.first-element {
width: 20px;
border-right: 1px solid #d4dadd !important;
border-bottom: 1px solid #d4dadd !important;
border-right: 1px solid #e8eaed !important;
border-bottom: 1px solid #e8eaed !important;
}
.bi-theme-dark .bi-filter-expander > .filter-item-empty-item {
border-right: 1px solid #525466;
@ -4175,7 +4175,7 @@ ul.ztree.zTreeDragUL {
line-height: 30px;
}
.bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;
@ -4686,18 +4686,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -4706,7 +4706,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -4723,7 +4723,7 @@ textarea::-webkit-scrollbar-thumb:hover {
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -4747,7 +4747,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -4841,7 +4841,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -4850,7 +4850,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

14
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

16
dist/resource.css vendored

@ -487,18 +487,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -507,7 +507,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -524,7 +524,7 @@ textarea::-webkit-scrollbar-thumb:hover {
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -548,7 +548,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -642,7 +642,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -651,7 +651,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

12
dist/widget.css vendored

@ -18,7 +18,7 @@
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;
@ -49,16 +49,16 @@
}
.bi-filter-expander > .filter-item-empty-item {
border-top: 0px;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-filter-expander > table {
min-width: 100%;
}
.bi-filter-expander > table > tbody > tr > td.first-element {
width: 20px;
border-right: 1px solid #d4dadd !important;
border-bottom: 1px solid #d4dadd !important;
border-right: 1px solid #e8eaed !important;
border-bottom: 1px solid #e8eaed !important;
}
.bi-theme-dark .bi-filter-expander > .filter-item-empty-item {
border-right: 1px solid #525466;
@ -470,7 +470,7 @@
line-height: 30px;
}
.bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;

16
public/css/font.css

@ -161,18 +161,18 @@
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -181,7 +181,7 @@
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -198,7 +198,7 @@
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -222,7 +222,7 @@
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -316,7 +316,7 @@
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -325,7 +325,7 @@
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

2
src/css/base/colorchooser/colorpicker/button.css

@ -1,5 +1,5 @@
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
border: 1px solid #232e40;
}
.bi-theme-dark .bi-color-picker-button .color-picker-button-mask {
border: 1px solid #ffffff;

2
src/css/base/formula/codemirror.css

@ -41,7 +41,7 @@
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #1a1a1a;
border-left: 1px solid #232e40;
}
.bi-theme-dark .CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #ffffff;

2
src/css/base/loader/sort.css

@ -1,3 +1,3 @@
.bi-sortable-holder {
border: 1px dashed #d4dadd;
border: 1px dashed #e8eaed;
}

8
src/css/base/segment/segment.css

@ -3,12 +3,12 @@
overflow-x: hidden;
overflow-y: hidden;
background: #ffffff;
border-right: 1px solid #d4dadd;
border-top: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-top: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-segment > .first-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
-webkit-border-radius: 6px 0px 0px 6px;
-moz-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;

4
src/css/base/single/button/button.css

@ -203,7 +203,7 @@ body .bi-button.button-warning.disabled.base-disabled .b-font:before,
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled {
background: #ffffff !important;
border-color: #d4dadd !important;
border-color: #e8eaed !important;
}
body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
@ -322,7 +322,7 @@ body .bi-button.button-ignore.disabled.ghost .b-font:before,
.bi-basic-button.button-ignore:active .bi-button-mask {
opacity: 0.1;
filter: alpha(opacity=10);
background-color: #1a1a1a;
background-color: #232E40;
}
.bi-basic-button .popup-content {
font-size: 14px;

32
src/css/base/table/table.css

@ -9,10 +9,10 @@
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-collection-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-collection-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-collection-table-cell.first-row {
border-top: 1px solid #525466;
@ -38,10 +38,10 @@
/*W3C标准(IE9+,Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/
}
.bi-grid-table-cell.first-row {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-grid-table-cell.first-col {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-grid-table-cell.first-row {
border-top: 1px solid #525466;
@ -171,24 +171,24 @@
border-top: none;
}
.bi-table > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.top-right > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-left > div > div > table {
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
border-right: 1px solid #e8eaed;
}
.bi-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-table > div > div > table,
.bi-table > div > div > div > table {
@ -212,8 +212,8 @@
.bi-table > div > div > div > table > tbody > tr > td,
.bi-table > div > div > table > thead > tr > td,
.bi-table > div > div > div > table > thead > tr > td {
border-top: 1px solid #d4dadd;
border-left: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-table > div > div > table {
border-bottom: 1px solid #525466;

8
src/css/base/view/popupview.css

@ -12,15 +12,15 @@
border-radius: 2px;
}
.bi-popup-view .list-view-shadow {
-webkit-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
box-shadow: 0 1px 5px 0 rgba(26, 26, 26, 0.2);
-webkit-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
-moz-box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
box-shadow: 0 1px 5px 0 rgba(35, 46, 64, 0.2);
}
.bi-popup-view .list-view-toolbar {
line-height: 30px;
}
.bi-popup-view .list-view-toolbar > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-popup-view .list-view-toolbar > .first-element {
border-left: none;

52
src/css/core/utils/common.css

@ -1,6 +1,6 @@
input,
textarea {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-theme-dark input,
.bi-theme-dark textarea {
@ -114,7 +114,7 @@ textarea {
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
border: 1px solid #e8eaed;
}
.bi-border-radius {
-webkit-border-radius: 2px;
@ -125,25 +125,25 @@ textarea {
border: 1px solid #525466;
}
.bi-border-left {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #525466;
}
.bi-border-right {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #525466;
}
.bi-border-top {
border-top: 1px solid #d4dadd;
border-top: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #525466;
}
.bi-border-bottom {
border-bottom: 1px solid #d4dadd;
border-bottom: 1px solid #e8eaed;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #525466;
@ -218,7 +218,7 @@ textarea {
color: #666666;
}
.bi-resizer {
background: #1a1a1a;
background: #232E40;
opacity: 0.2;
filter: alpha(opacity=20);
z-index: 1000000000 !important;
@ -228,8 +228,8 @@ textarea {
}
.bi-mask {
color: #ffffff;
background-color: rgba(26, 26, 26, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#331a1a1a,endColorstr=#331a1a1a);
background-color: rgba(35, 46, 64, 0.2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33232e40,endColorstr=#33232e40);
}
.bi-mask .bi-input {
color: #ffffff;
@ -249,22 +249,22 @@ textarea {
color: #242640;
}
.bi-z-index-mask {
background-color: rgba(26, 26, 26, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801a1a1a,endColorstr=#801a1a1a);
background-color: rgba(35, 46, 64, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80232e40,endColorstr=#80232e40);
}
.bi-list-item:hover,
.bi-list-item.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item:hover .bi-textarea,
.bi-list-item.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item.disabled,
.bi-list-item.disabled:hover,
@ -359,13 +359,13 @@ textarea {
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect:hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
@ -443,17 +443,17 @@ textarea {
}
.bi-list-item-active:hover,
.bi-list-item-active.hover {
color: #1a1a1a;
color: #232e40;
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 {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:hover .bi-textarea,
.bi-list-item-active.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active:active {
color: #3685f2;
@ -547,15 +547,15 @@ textarea {
}
.bi-list-item-active2:hover,
.bi-list-item-active2.hover {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-input,
.bi-list-item-active2.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover .bi-textarea,
.bi-list-item-active2.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active2:hover.bi-border,
.bi-list-item-active2.hover.bi-border {
@ -656,17 +656,17 @@ textarea {
}
.bi-list-item-active3:hover,
.bi-list-item-active3.hover {
color: #1a1a1a;
color: #232e40;
background-color: rgba(54, 133, 242, 0.06);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f3685f2,endColorstr=#0f3685f2);
}
.bi-list-item-active3:hover .bi-input,
.bi-list-item-active3.hover .bi-input {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:hover .bi-textarea,
.bi-list-item-active3.hover .bi-textarea {
color: #1a1a1a;
color: #232e40;
}
.bi-list-item-active3:active,
.bi-list-item-active3.active {

16
src/css/resource/font.css

@ -161,18 +161,18 @@
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -181,7 +181,7 @@
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -198,7 +198,7 @@
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -222,7 +222,7 @@
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -316,7 +316,7 @@
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -325,7 +325,7 @@
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

2
src/css/widget/exceltable/exceltable.css

@ -4,7 +4,7 @@
}
.bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
}
.bi-theme-dark .bi-excel-table > div.bottom-right > div > div > table {
border-right: 1px solid #525466;

8
src/css/widget/filter/expander/filter.css

@ -5,16 +5,16 @@
}
.bi-filter-expander > .filter-item-empty-item {
border-top: 0px;
border-right: 1px solid #d4dadd;
border-bottom: 1px solid #d4dadd;
border-right: 1px solid #e8eaed;
border-bottom: 1px solid #e8eaed;
}
.bi-filter-expander > table {
min-width: 100%;
}
.bi-filter-expander > table > tbody > tr > td.first-element {
width: 20px;
border-right: 1px solid #d4dadd !important;
border-bottom: 1px solid #d4dadd !important;
border-right: 1px solid #e8eaed !important;
border-bottom: 1px solid #e8eaed !important;
}
.bi-theme-dark .bi-filter-expander > .filter-item-empty-item {
border-right: 1px solid #525466;

2
src/css/widget/year/popup.css

@ -2,7 +2,7 @@
line-height: 30px;
}
.bi-year-popup .year-popup-navigation > .center-element {
border-left: 1px solid #d4dadd;
border-left: 1px solid #e8eaed;
}
.bi-year-popup .year-popup-navigation > .first-element {
border-left: none;

63
src/less/lib/colors.less

@ -42,8 +42,6 @@
@color-bi-background-black: @background-color-black;
//深灰色背景
@color-bi-background-dark: @background-color-dark;
//灰色背景
@color-bi-background-gray: @background-color-gray;
//灰色背景(浅)
@color-bi-background-light-gray: @background-color-light-gray;
//灰化背景
@ -94,3 +92,64 @@
//mask颜色
@color-bi-button-mask: @color-bi-background-black;
//颜色百分比
//green
@color-bi-green-80: fade(@font-color-success, 80);
@color-bi-green-60: fade(@font-color-success, 60);
@color-bi-green-40: fade(@font-color-success, 40);
@color-bi-green-30: fade(@font-color-success, 30);
@color-bi-green-20: fade(@font-color-success, 20);
@color-bi-green-10: fade(@font-color-success, 10);
@color-bi-green-5: fade(@font-color-success, 5);
//blue
@color-bi-blue-80: fade(@font-color-highlight, 80);
@color-bi-blue-60: fade(@font-color-highlight, 60);
@color-bi-blue-40: fade(@font-color-highlight, 40);
@color-bi-blue-30: fade(@font-color-highlight, 30);
@color-bi-blue-20: fade(@font-color-highlight, 20);
@color-bi-blue-10: fade(@font-color-highlight, 10);
@color-bi-blue-5: fade(@font-color-highlight, 5);
//light-blue
@color-bi-light-blue-80: fade(@font-color-light-highlight, 80);
@color-bi-light-blue-60: fade(@font-color-light-highlight, 60);
@color-bi-light-blue-40: fade(@font-color-light-highlight, 40);
@color-bi-light-blue-30: fade(@font-color-light-highlight, 30);
@color-bi-light-blue-20: fade(@font-color-light-highlight, 20);
@color-bi-light-blue-10: fade(@font-color-light-highlight, 10);
@color-bi-light-blue-5: fade(@font-color-light-highlight, 5);
// orange
@color-bi-orange-80: fade(@font-color-warning, 80);
@color-bi-orange-60: fade(@font-color-warning, 60);
@color-bi-orange-40: fade(@font-color-warning, 40);
@color-bi-orange-30: fade(@font-color-warning, 30);
@color-bi-orange-20: fade(@font-color-warning, 20);
@color-bi-orange-10: fade(@font-color-warning, 10);
@color-bi-orange-5: fade(@font-color-warning, 5);
// red
@color-bi-red-80: fade(@font-color-negative, 80);
@color-bi-red-60: fade(@font-color-negative, 60);
@color-bi-red-40: fade(@font-color-negative, 40);
@color-bi-red-30: fade(@font-color-negative, 30);
@color-bi-red-20: fade(@font-color-negative, 20);
@color-bi-red-10: fade(@font-color-negative, 10);
@color-bi-red-5: fade(@font-color-negative, 5);
// yellow
@color-bi-yellow-80: fade(@font-color-yellow, 90);
@color-bi-yellow-60: fade(@font-color-yellow, 60);
@color-bi-yellow-40: fade(@font-color-yellow, 40);
@color-bi-yellow-20: fade(@font-color-yellow, 20);
@color-bi-yellow-5: fade(@font-color-yellow, 5);

25
src/less/lib/constant.less

@ -15,34 +15,41 @@
@opacity-20: 0.2;
//font color
@font-color-black: #1a1a1a;//
@font-color-black: #232e40;//
@font-color-normal: #3d4d66;//
@font-color-normal-theme-dark: #cccccc;//
@font-color-light-gray: #647185;
@font-color-disabled: #9ea6b2;//
@font-color-disabled-theme-dark: #666666;//
@font-color-tips: #c4c9d1;//
@font-color-light-disabled: #d0d4da;//
@font-color-dark: #d4dadd;
@font-color-light-gray: #647185;
@font-color-gray: #999999;
@font-color-white: #ffffff;//
@font-color-light-highlight: #eaf2fd;
@font-color-highlight: #3685f2;
@font-color-blue: #23beef;
@font-color-light-blue: #e9f8fd;
@font-color-success: #13cd66;
@font-color-warning: #faaa39;//
@font-color-negative: #ff4949;//
@font-color-yellow: #ffc101;//
//background color
@background-color-black: #1a1a1a;//
@background-color-black: #232E40;//
@background-color-default: #ffffff;//
@background-color-default-theme-dark: #242640;//
@background-color-normal: #f7f8fa;//
@background-color-normal-theme-dark: #191B2B;//
@background-color-light-highlight: #eaf2fd;
@background-color-highlight: #3685f2;
@background-color-blue: #23beef;
@background-color-light-blue: #e9f8fd;
@background-color-dark: #d4dadd;
@background-color-light-gray: #F2F4F7;
@background-color-gray: #999999;
@background-color-dark-gray: #d0d4da;
@background-color-disabled: #cccccc;
@background-color-yellow: #ffc101;//
@background-color-negative: #ff4949;
@background-color-light-negative: #ffecec;
@ -55,8 +62,9 @@
//border color
@border-color-default: #ffffff;
@border-color-black: #1a1a1a;
@border-color-line: #d4dadd;
@border-color-black: #232e40;
@border-color-line: #e8eaed;
@border-color-light-line: #f2f4f7;
@border-color-line-theme-dark: #525466;
@border-color-highlight: #3685f2;
@ -73,9 +81,4 @@
@scroll-color: #666666;
@scroll-color-theme-dark: #cccccc;
@water-mark-color: #cccccc;
@water-mark-color-theme-dark: #666666;
//shadow color
@shadow-color-black: #000000;

16
ui/css/font.css

@ -161,18 +161,18 @@
}
.dot-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
}
.dot-h-font .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-h-font:hover .b-font:before,
.dot-h-font.hover .b-font:before {
@ -181,7 +181,7 @@
}
.dot-h-font.disabled .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -198,7 +198,7 @@
.dot-ha-font:active .b-font:before,
.dot-ha-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-ha-font.disabled .b-font:before {
content: "\e762";
@ -222,7 +222,7 @@
}
.dot-e-font.active .b-font:before {
content: "\e762";
color: #1a1a1a;
color: #232e40;
}
.dot-e-font.disabled .b-font:before {
content: "\e762";
@ -316,7 +316,7 @@
}
.copy-h-font .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-h-font:hover .b-font:before,
.copy-h-font.hover .b-font:before {
@ -325,7 +325,7 @@
}
.copy-h-font.disabled .b-font:before {
content: "\e6bd";
color: #1a1a1a;
color: #232e40;
}
.copy-ha-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

Loading…
Cancel
Save