dailer 5 years ago
parent
commit
54a5c374c2
  1. 152
      dist/2.0/fineui.css
  2. 21
      dist/2.0/fineui.ie.js
  3. 72
      dist/2.0/fineui.ie.min.js
  4. 21
      dist/2.0/fineui.js
  5. 2
      dist/2.0/fineui.min.css
  6. 72
      dist/2.0/fineui.min.js
  7. 55
      dist/base.css
  8. 152
      dist/bundle.css
  9. 21
      dist/bundle.ie.js
  10. 72
      dist/bundle.ie.min.js
  11. 21
      dist/bundle.js
  12. 2
      dist/bundle.min.css
  13. 72
      dist/bundle.min.js
  14. 21
      dist/core.js
  15. 152
      dist/fineui.css
  16. 21
      dist/fineui.ie.js
  17. 72
      dist/fineui.ie.min.js
  18. 21
      dist/fineui.js
  19. 2
      dist/fineui.min.css
  20. 72
      dist/fineui.min.js
  21. 97
      dist/resource.css
  22. 2
      dist/utils.min.js
  23. 52
      public/css/background.css
  24. 45
      public/css/icon.css
  25. 54
      src/css/base/colorchooser/colorpicker/editor.css
  26. 1
      src/css/base/pane.css
  27. 52
      src/css/resource/background.css
  28. 45
      src/css/resource/icon.css
  29. 52
      ui/css/background.css
  30. 45
      ui/css/icon.css

152
dist/2.0/fineui.css vendored

@ -2177,35 +2177,27 @@ textarea {
}
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -2241,159 +2233,120 @@ textarea {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -2421,23 +2374,18 @@ textarea {
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor .color-picker-editor-display {
-webkit-border-radius: 2px;
@ -2450,7 +2398,6 @@ textarea {
}
.bi-color-picker-editor.disabled .auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor.disabled .trans-color-background {
background: url('images/2x/background/trans_disable.png') no-repeat center center;
@ -2458,7 +2405,6 @@ textarea {
}
.bi-color-picker-editor.disabled .trans-color-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic * {
cursor: crosshair;
@ -2866,7 +2812,6 @@ textarea {
}
.bi-loading-widget.hack {
background: url('images/1x/icon/wave_loading.gif') no-repeat center center;
background-size: contain;
}
.bi-loading-widget.hack .animate-rect {
background-color: rgba(54, 133, 242, 0);
@ -4468,35 +4413,27 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-farbtastic .wheel {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center;
@ -4532,159 +4469,120 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/loading.gif') no-repeat center center;
@ -4712,23 +4610,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
@font-face {
font-family: "fineui";
@ -5640,7 +5533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -5649,7 +5541,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -5658,7 +5549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -5667,7 +5557,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -5676,7 +5565,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -5685,7 +5573,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -5694,7 +5581,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -5703,7 +5589,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -5712,7 +5597,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -5721,7 +5605,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -5730,7 +5613,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -5739,7 +5621,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -5748,7 +5629,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -5757,7 +5637,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -5766,7 +5645,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -5775,7 +5653,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -5784,7 +5661,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -5793,7 +5669,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -5802,7 +5677,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -5811,7 +5685,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -5820,7 +5693,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -5829,7 +5701,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -5838,7 +5709,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -5849,7 +5719,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -5858,7 +5727,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -5867,7 +5735,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -5876,7 +5743,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -5885,7 +5751,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -5894,7 +5759,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -5905,7 +5769,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -5914,7 +5777,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -5923,7 +5785,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -5932,7 +5793,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -5941,7 +5801,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -5950,7 +5809,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -5959,7 +5817,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -5968,7 +5825,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -5979,7 +5835,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -5988,7 +5843,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -5997,7 +5851,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -6006,7 +5859,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -6015,7 +5867,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -6024,7 +5875,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -6033,7 +5883,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -6042,7 +5891,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}
.icon-size-12 .b-font {
font-size: 12px;

21
dist/2.0/fineui.ie.js vendored

@ -19129,27 +19129,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

72
dist/2.0/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

21
dist/2.0/fineui.js vendored

@ -19129,27 +19129,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

72
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

55
dist/base.css vendored

@ -21,35 +21,27 @@
}
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -85,159 +77,120 @@
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -265,23 +218,18 @@
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor .color-picker-editor-display {
-webkit-border-radius: 2px;
@ -294,7 +242,6 @@
}
.bi-color-picker-editor.disabled .auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor.disabled .trans-color-background {
background: url('images/2x/background/trans_disable.png') no-repeat center center;
@ -302,7 +249,6 @@
}
.bi-color-picker-editor.disabled .trans-color-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic * {
cursor: crosshair;
@ -710,7 +656,6 @@
}
.bi-loading-widget.hack {
background: url('images/1x/icon/wave_loading.gif') no-repeat center center;
background-size: contain;
}
.bi-loading-widget.hack .animate-rect {
background-color: rgba(54, 133, 242, 0);

152
dist/bundle.css vendored

@ -2177,35 +2177,27 @@ textarea {
}
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -2241,159 +2233,120 @@ textarea {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -2421,23 +2374,18 @@ textarea {
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor .color-picker-editor-display {
-webkit-border-radius: 2px;
@ -2450,7 +2398,6 @@ textarea {
}
.bi-color-picker-editor.disabled .auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor.disabled .trans-color-background {
background: url('images/2x/background/trans_disable.png') no-repeat center center;
@ -2458,7 +2405,6 @@ textarea {
}
.bi-color-picker-editor.disabled .trans-color-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic * {
cursor: crosshair;
@ -2866,7 +2812,6 @@ textarea {
}
.bi-loading-widget.hack {
background: url('images/1x/icon/wave_loading.gif') no-repeat center center;
background-size: contain;
}
.bi-loading-widget.hack .animate-rect {
background-color: rgba(54, 133, 242, 0);
@ -4468,35 +4413,27 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-farbtastic .wheel {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center;
@ -4532,159 +4469,120 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/loading.gif') no-repeat center center;
@ -4712,23 +4610,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
@font-face {
font-family: "fineui";
@ -5640,7 +5533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -5649,7 +5541,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -5658,7 +5549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -5667,7 +5557,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -5676,7 +5565,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -5685,7 +5573,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -5694,7 +5581,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -5703,7 +5589,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -5712,7 +5597,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -5721,7 +5605,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -5730,7 +5613,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -5739,7 +5621,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -5748,7 +5629,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -5757,7 +5637,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -5766,7 +5645,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -5775,7 +5653,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -5784,7 +5661,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -5793,7 +5669,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -5802,7 +5677,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -5811,7 +5685,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -5820,7 +5693,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -5829,7 +5701,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -5838,7 +5709,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -5849,7 +5719,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -5858,7 +5727,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -5867,7 +5735,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -5876,7 +5743,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -5885,7 +5751,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -5894,7 +5759,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -5905,7 +5769,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -5914,7 +5777,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -5923,7 +5785,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -5932,7 +5793,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -5941,7 +5801,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -5950,7 +5809,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -5959,7 +5817,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -5968,7 +5825,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -5979,7 +5835,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -5988,7 +5843,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -5997,7 +5851,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -6006,7 +5859,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -6015,7 +5867,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -6024,7 +5875,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -6033,7 +5883,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -6042,7 +5891,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}
.icon-size-12 .b-font {
font-size: 12px;

21
dist/bundle.ie.js vendored

@ -19129,27 +19129,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

72
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

21
dist/bundle.js vendored

@ -19129,27 +19129,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

72
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

21
dist/core.js vendored

@ -19129,27 +19129,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

152
dist/fineui.css vendored

@ -2177,35 +2177,27 @@ textarea {
}
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -2241,159 +2233,120 @@ textarea {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -2421,23 +2374,18 @@ textarea {
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor .color-picker-editor-display {
-webkit-border-radius: 2px;
@ -2450,7 +2398,6 @@ textarea {
}
.bi-color-picker-editor.disabled .auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor.disabled .trans-color-background {
background: url('images/2x/background/trans_disable.png') no-repeat center center;
@ -2458,7 +2405,6 @@ textarea {
}
.bi-color-picker-editor.disabled .trans-color-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic * {
cursor: crosshair;
@ -2866,7 +2812,6 @@ textarea {
}
.bi-loading-widget.hack {
background: url('images/1x/icon/wave_loading.gif') no-repeat center center;
background-size: contain;
}
.bi-loading-widget.hack .animate-rect {
background-color: rgba(54, 133, 242, 0);
@ -4468,35 +4413,27 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-farbtastic .wheel {
background: url('resources?path=/com/fr/web/ui/images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('resources?path=/com/fr/web/ui/images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('resources?path=/com/fr/web/ui/images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png') no-repeat center center;
@ -4532,159 +4469,120 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('resources?path=/com/fr/web/ui/images/2x/icon/loading.gif') no-repeat center center;
@ -4712,23 +4610,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
@font-face {
font-family: "fineui";
@ -5640,7 +5533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -5649,7 +5541,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -5658,7 +5549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -5667,7 +5557,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -5676,7 +5565,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -5685,7 +5573,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -5694,7 +5581,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -5703,7 +5589,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -5712,7 +5597,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -5721,7 +5605,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -5730,7 +5613,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -5739,7 +5621,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -5748,7 +5629,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -5757,7 +5637,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -5766,7 +5645,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -5775,7 +5653,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -5784,7 +5661,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -5793,7 +5669,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -5802,7 +5677,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -5811,7 +5685,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -5820,7 +5693,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -5829,7 +5701,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -5838,7 +5709,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -5849,7 +5719,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -5858,7 +5727,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon:active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -5867,7 +5735,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -5876,7 +5743,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -5885,7 +5751,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -5894,7 +5759,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -5905,7 +5769,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -5914,7 +5777,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon:active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -5923,7 +5785,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -5932,7 +5793,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -5941,7 +5801,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -5950,7 +5809,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -5959,7 +5817,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -5968,7 +5825,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -5979,7 +5835,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -5988,7 +5843,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -5997,7 +5851,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -6006,7 +5859,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -6015,7 +5867,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -6024,7 +5875,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -6033,7 +5883,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -6042,7 +5891,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}
.icon-size-12 .b-font {
font-size: 12px;

21
dist/fineui.ie.js vendored

@ -19374,27 +19374,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

72
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

21
dist/fineui.js vendored

@ -19374,27 +19374,6 @@ BI.HorizontalFillLayoutLogic = BI.inherit(BI.Logic, {
_init: function () {
BI.HorizontalFillLayoutLogic.superclass._init.apply(this, arguments);
}
});// BI请求
_.extend(BI, {
ajax: function (option) {
option || (option = {});
var async = option.async;
option.data = BI.cjkEncodeDO(option.data || {});
$.ajax({
url: option.url,
type: "POST",
data: option.data,
async: async,
error: option.error,
complete: function (res, status) {
if (BI.isFunction(option.complete)) {
option.complete(BI.jsonDecode(res.responseText), status);
}
}
});
}
});// 工程配置
BI.prepares.push(function () {
// 注册布局

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

72
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

97
dist/resource.css vendored

@ -71,35 +71,27 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -135,159 +127,120 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -315,23 +268,18 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
@font-face {
font-family: "fineui";
@ -1243,7 +1191,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -1252,7 +1199,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -1261,7 +1207,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -1270,7 +1215,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -1279,7 +1223,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -1288,7 +1231,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -1297,7 +1239,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -1306,7 +1247,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -1315,7 +1255,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -1324,7 +1263,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -1333,7 +1271,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -1342,7 +1279,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -1351,7 +1287,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -1360,7 +1295,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -1369,7 +1303,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -1378,7 +1311,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -1387,7 +1319,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -1396,7 +1327,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -1405,7 +1335,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -1414,7 +1343,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -1423,7 +1351,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -1432,7 +1359,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -1441,7 +1367,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -1452,7 +1377,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -1461,7 +1385,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon:active .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -1470,7 +1393,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.active .x-icon.hack {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -1479,7 +1401,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled .x-icon.hack {
background: url('images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -1488,7 +1409,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -1497,7 +1417,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -1508,7 +1427,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -1517,7 +1435,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon:active .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -1526,7 +1443,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.active .x-icon.hack {
background: url('images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -1535,7 +1451,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled .x-icon.hack {
background: url('images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -1544,7 +1459,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.radio-icon.disabled.active .x-icon.hack {
background: url('images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -1553,7 +1467,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon .x-icon.hack {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -1562,7 +1475,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -1571,7 +1483,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon .x-icon.hack {
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -1582,7 +1493,6 @@ textarea::-webkit-scrollbar-thumb:hover {
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -1591,7 +1501,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.slider-icon.disabled .x-icon.hack {
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -1600,7 +1509,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon .x-icon.hack {
background: url('images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -1609,7 +1517,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.active .x-icon.hack {
background: url('images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -1618,7 +1525,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.auto-color-icon.disabled .x-icon.hack {
background: url('images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -1627,7 +1533,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon .x-icon.hack {
background: url('images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -1636,7 +1541,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.active .x-icon.hack {
background: url('images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -1645,7 +1549,6 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.trans-color-icon.disabled .x-icon.hack {
background: url('images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}
.icon-size-12 .b-font {
font-size: 12px;

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

52
public/css/background.css

@ -1,34 +1,26 @@
.bi-farbtastic .wheel {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/check_box_normal.png') no-repeat center center;
@ -64,159 +56,120 @@
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/2x/icon/loading.gif') no-repeat center center;
@ -244,21 +197,16 @@
}
.auto-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}

45
public/css/icon.css

@ -5,7 +5,6 @@
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -14,7 +13,6 @@
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -23,7 +21,6 @@
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -32,7 +29,6 @@
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -41,7 +37,6 @@
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -50,7 +45,6 @@
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -59,7 +53,6 @@
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -68,7 +61,6 @@
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -77,7 +69,6 @@
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -86,7 +77,6 @@
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -95,7 +85,6 @@
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -104,7 +93,6 @@
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -113,7 +101,6 @@
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -122,7 +109,6 @@
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -131,7 +117,6 @@
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -140,7 +125,6 @@
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -149,7 +133,6 @@
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -158,7 +141,6 @@
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -167,7 +149,6 @@
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -176,7 +157,6 @@
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -185,7 +165,6 @@
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -194,7 +173,6 @@
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -203,7 +181,6 @@
}
.check-box-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -214,7 +191,6 @@
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -223,7 +199,6 @@
}
.check-box-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -232,7 +207,6 @@
}
.check-box-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -241,7 +215,6 @@
}
.check-box-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -250,7 +223,6 @@
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -259,7 +231,6 @@
}
.radio-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -270,7 +241,6 @@
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -279,7 +249,6 @@
}
.radio-icon:active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -288,7 +257,6 @@
}
.radio-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -297,7 +265,6 @@
}
.radio-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -306,7 +273,6 @@
}
.radio-icon.disabled.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -315,7 +281,6 @@
}
.check-half-select-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -324,7 +289,6 @@
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -333,7 +297,6 @@
}
.slider-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -344,7 +307,6 @@
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -353,7 +315,6 @@
}
.slider-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -362,7 +323,6 @@
}
.auto-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -371,7 +331,6 @@
}
.auto-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -380,7 +339,6 @@
}
.auto-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -389,7 +347,6 @@
}
.trans-color-icon .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -398,7 +355,6 @@
}
.trans-color-icon.active .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -407,5 +363,4 @@
}
.trans-color-icon.disabled .x-icon.hack {
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}

54
src/css/base/colorchooser/colorpicker/editor.css

@ -1,34 +1,26 @@
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -64,159 +56,120 @@
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -244,23 +197,18 @@
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor .color-picker-editor-display {
-webkit-border-radius: 2px;
@ -273,7 +221,6 @@
}
.bi-color-picker-editor.disabled .auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.bi-color-picker-editor.disabled .trans-color-background {
background: url('images/2x/background/trans_disable.png') no-repeat center center;
@ -281,5 +228,4 @@
}
.bi-color-picker-editor.disabled .trans-color-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}

1
src/css/base/pane.css

@ -124,7 +124,6 @@
}
.bi-loading-widget.hack {
background: url('images/1x/icon/wave_loading.gif') no-repeat center center;
background-size: contain;
}
.bi-loading-widget.hack .animate-rect {
background-color: rgba(54, 133, 242, 0);

52
src/css/resource/background.css

@ -1,34 +1,26 @@
.bi-farbtastic .wheel {
background: url('images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('images/2x/icon/check_box_normal.png') no-repeat center center;
@ -64,159 +56,120 @@
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('images/2x/icon/loading.gif') no-repeat center center;
@ -244,21 +197,16 @@
}
.auto-color-background.hack {
background: url('images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}

45
src/css/resource/icon.css

@ -5,7 +5,6 @@
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -14,7 +13,6 @@
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -23,7 +21,6 @@
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -32,7 +29,6 @@
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -41,7 +37,6 @@
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -50,7 +45,6 @@
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -59,7 +53,6 @@
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -68,7 +61,6 @@
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -77,7 +69,6 @@
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -86,7 +77,6 @@
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -95,7 +85,6 @@
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -104,7 +93,6 @@
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -113,7 +101,6 @@
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -122,7 +109,6 @@
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -131,7 +117,6 @@
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -140,7 +125,6 @@
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -149,7 +133,6 @@
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -158,7 +141,6 @@
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -167,7 +149,6 @@
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -176,7 +157,6 @@
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -185,7 +165,6 @@
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -194,7 +173,6 @@
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -203,7 +181,6 @@
}
.check-box-icon .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -214,7 +191,6 @@
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -223,7 +199,6 @@
}
.check-box-icon:active .x-icon.hack {
background: url('images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -232,7 +207,6 @@
}
.check-box-icon.active .x-icon.hack {
background: url('images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -241,7 +215,6 @@
}
.check-box-icon.disabled .x-icon.hack {
background: url('images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -250,7 +223,6 @@
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -259,7 +231,6 @@
}
.radio-icon .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -270,7 +241,6 @@
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -279,7 +249,6 @@
}
.radio-icon:active .x-icon.hack {
background: url('images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -288,7 +257,6 @@
}
.radio-icon.active .x-icon.hack {
background: url('images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -297,7 +265,6 @@
}
.radio-icon.disabled .x-icon.hack {
background: url('images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -306,7 +273,6 @@
}
.radio-icon.disabled.active .x-icon.hack {
background: url('images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -315,7 +281,6 @@
}
.check-half-select-icon .x-icon.hack {
background: url('images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -324,7 +289,6 @@
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -333,7 +297,6 @@
}
.slider-icon .x-icon.hack {
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -344,7 +307,6 @@
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -353,7 +315,6 @@
}
.slider-icon.disabled .x-icon.hack {
background: url('images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -362,7 +323,6 @@
}
.auto-color-icon .x-icon.hack {
background: url('images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -371,7 +331,6 @@
}
.auto-color-icon.active .x-icon.hack {
background: url('images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -380,7 +339,6 @@
}
.auto-color-icon.disabled .x-icon.hack {
background: url('images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -389,7 +347,6 @@
}
.trans-color-icon .x-icon.hack {
background: url('images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -398,7 +355,6 @@
}
.trans-color-icon.active .x-icon.hack {
background: url('images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -407,5 +363,4 @@
}
.trans-color-icon.disabled .x-icon.hack {
background: url('images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}

52
ui/css/background.css

@ -1,34 +1,26 @@
.bi-farbtastic .wheel {
background: url('resources?path=/com/fr/web/ui/images/1x/background/wheel.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .overlay {
background: url('resources?path=/com/fr/web/ui/images/1x/background/mask.png') no-repeat center center;
background-size: contain;
}
.bi-farbtastic .marker {
background: url('resources?path=/com/fr/web/ui/images/1x/background/marker.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-display-tree .ztree li span.button.switch.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.bi-theme-dark .ztree li ul.line {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 1px 0;
background-size: contain;
}
.ztree li span.button.chk.checkbox_false_full {
background: url('resources?path=/com/fr/web/ui/images/2x/icon/check_box_normal.png') no-repeat center center;
@ -64,159 +56,120 @@
}
.ztree.hack li span.button.chk.checkbox_false_full {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_full_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_false_part_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_full_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree.hack li span.button.chk.checkbox_true_part_focus {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.root_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.root_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_open {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_close {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.roots_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.roots_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.center_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.center_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.bottom_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .ztree li span.button.bottom_docu {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.ztree li span.button.ico_loading {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/loading.gif') no-repeat center center;
background-size: contain;
}
.base-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.bi-theme-dark .base-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_1.png') repeat-y 0 0;
background-size: contain;
}
.first-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .first-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.mid-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .mid-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.last-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .last-line-conn-background {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.loading-background {
background: url('resources?path=/com/fr/web/ui/images/2x/icon/loading.gif') no-repeat center center;
@ -244,21 +197,16 @@
}
.auto-color-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-normal-disabled-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/auto_color_normal_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-disabled-background.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/background/trans_disable.png') no-repeat center center;
background-size: contain;
}

45
ui/css/icon.css

@ -5,7 +5,6 @@
}
.tree-collapse-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type2 .x-icon {
display: block;
@ -14,7 +13,6 @@
}
.tree-collapse-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type3 .x-icon {
display: block;
@ -23,7 +21,6 @@
}
.tree-collapse-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.tree-collapse-icon-type4 .x-icon {
display: block;
@ -32,7 +29,6 @@
}
.tree-collapse-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type1 .x-icon {
display: block;
@ -41,7 +37,6 @@
}
.tree-expand-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type2 .x-icon {
display: block;
@ -50,7 +45,6 @@
}
.tree-expand-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type3 .x-icon {
display: block;
@ -59,7 +53,6 @@
}
.tree-expand-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.tree-expand-icon-type4 .x-icon {
display: block;
@ -68,7 +61,6 @@
}
.tree-expand-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type2 .x-icon {
display: block;
@ -77,7 +69,6 @@
}
.tree-vertical-line-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type3 .x-icon {
display: block;
@ -86,7 +77,6 @@
}
.tree-vertical-line-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.tree-vertical-line-type4 .x-icon {
display: block;
@ -95,7 +85,6 @@
}
.tree-vertical-line-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon {
display: block;
@ -104,7 +93,6 @@
}
.bi-theme-dark .tree-collapse-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon {
display: block;
@ -113,7 +101,6 @@
}
.bi-theme-dark .tree-collapse-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon {
display: block;
@ -122,7 +109,6 @@
}
.bi-theme-dark .tree-collapse-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon {
display: block;
@ -131,7 +117,6 @@
}
.bi-theme-dark .tree-collapse-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_collapse_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon {
display: block;
@ -140,7 +125,6 @@
}
.bi-theme-dark .tree-expand-icon-type1 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_1.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon {
display: block;
@ -149,7 +133,6 @@
}
.bi-theme-dark .tree-expand-icon-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon {
display: block;
@ -158,7 +141,6 @@
}
.bi-theme-dark .tree-expand-icon-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon {
display: block;
@ -167,7 +149,6 @@
}
.bi-theme-dark .tree-expand-icon-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_expand_4.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon {
display: block;
@ -176,7 +157,6 @@
}
.bi-theme-dark .tree-vertical-line-type2 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_2.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon {
display: block;
@ -185,7 +165,6 @@
}
.bi-theme-dark .tree-vertical-line-type3 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_3.png') no-repeat center center;
background-size: contain;
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon {
display: block;
@ -194,7 +173,6 @@
}
.bi-theme-dark .tree-vertical-line-type4 .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/dark/tree_vertical_line_4.png') no-repeat center center;
background-size: contain;
}
.check-box-icon .x-icon {
display: block;
@ -203,7 +181,6 @@
}
.check-box-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:hover .x-icon,
.check-box-icon.hover .x-icon {
@ -214,7 +191,6 @@
.check-box-icon:hover .x-icon.hack,
.check-box-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon:active .x-icon {
display: block;
@ -223,7 +199,6 @@
}
.check-box-icon:active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_normal.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.active .x-icon {
display: block;
@ -232,7 +207,6 @@
}
.check-box-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_active.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled .x-icon {
display: block;
@ -241,7 +215,6 @@
}
.check-box-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable.png') no-repeat center center;
background-size: contain;
}
.check-box-icon.disabled.active .x-icon {
display: block;
@ -250,7 +223,6 @@
}
.check-box-icon.disabled.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/check_box_disable2.png') no-repeat center center;
background-size: contain;
}
.radio-icon .x-icon {
display: block;
@ -259,7 +231,6 @@
}
.radio-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:hover .x-icon,
.radio-icon.hover .x-icon {
@ -270,7 +241,6 @@
.radio-icon:hover .x-icon.hack,
.radio-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon:active .x-icon {
display: block;
@ -279,7 +249,6 @@
}
.radio-icon:active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_normal.png') no-repeat center center;
background-size: contain;
}
.radio-icon.active .x-icon {
display: block;
@ -288,7 +257,6 @@
}
.radio-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_active.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled .x-icon {
display: block;
@ -297,7 +265,6 @@
}
.radio-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_disable.png') no-repeat center center;
background-size: contain;
}
.radio-icon.disabled.active .x-icon {
display: block;
@ -306,7 +273,6 @@
}
.radio-icon.disabled.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/radio_disable2.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon .x-icon {
display: block;
@ -315,7 +281,6 @@
}
.check-half-select-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected.png') no-repeat center center;
background-size: contain;
}
.check-half-select-icon.disabled .x-icon {
display: block;
@ -324,7 +289,6 @@
}
.check-half-select-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/half_selected_disable.png') no-repeat center center;
background-size: contain;
}
.slider-icon .x-icon {
display: block;
@ -333,7 +297,6 @@
}
.slider-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon:hover .x-icon,
.slider-icon.hover .x-icon {
@ -344,7 +307,6 @@
.slider-icon:hover .x-icon.hack,
.slider-icon.hover .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_active_small.png') no-repeat center center;
background-size: contain;
}
.slider-icon.disabled .x-icon {
display: block;
@ -353,7 +315,6 @@
}
.slider-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/slider_normal_small.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon .x-icon {
display: block;
@ -362,7 +323,6 @@
}
.auto-color-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_normal.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.active .x-icon {
display: block;
@ -371,7 +331,6 @@
}
.auto-color-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_select.png') no-repeat center center;
background-size: contain;
}
.auto-color-icon.disabled .x-icon {
display: block;
@ -380,7 +339,6 @@
}
.auto-color-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/auto_disable.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon .x-icon {
display: block;
@ -389,7 +347,6 @@
}
.trans-color-icon .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_normal.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.active .x-icon {
display: block;
@ -398,7 +355,6 @@
}
.trans-color-icon.active .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_select.png') no-repeat center center;
background-size: contain;
}
.trans-color-icon.disabled .x-icon {
display: block;
@ -407,5 +363,4 @@
}
.trans-color-icon.disabled .x-icon.hack {
background: url('resources?path=/com/fr/web/ui/images/1x/icon/trans_disable.png') no-repeat center center;
background-size: contain;
}

Loading…
Cancel
Save