Browse Source

update

master
guy 7 years ago
parent
commit
800ad998ee
  1. 42
      bi/base.css
  2. 148
      bi/core.css
  3. 20
      bi/widget.css
  4. 2
      demo/js/fix-2.0/demo.js
  5. 42
      dist/base.css
  6. 210
      dist/bundle.css
  7. 2
      dist/bundle.min.css
  8. 148
      dist/core.css
  9. 2
      dist/demo.js
  10. 2
      dist/fix/fix.compact.js
  11. 16
      dist/resource.css
  12. 20
      dist/widget.css

42
bi/base.css

@ -2,9 +2,9 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
@ -16,9 +16,9 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.farbtastic {
position: relative;
@ -304,7 +304,7 @@
.cm-s-default span[class*="fieldName"] {
display: inline-block;
color: white;
background: #3f8ce8;
background: #3685f2;
padding: 0 5px;
margin: 1px 1px;
}
@ -326,7 +326,7 @@
border-radius: 3px;
}
.cm-s-default span[class*="#"] {
color: #3f8ce8;
color: #3685f2;
}
.cm-s-default .cm-error {
color: #f00;
@ -725,7 +725,7 @@ body .bi-button.button-common.clear,
#body .bi-button.button-common.clear,
body .bi-button.button-common.clear .b-font:before,
#body .bi-button.button-common.clear .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -763,11 +763,11 @@ body .bi-button.button-success.clear,
#body .bi-button.button-success.clear,
body .bi-button.button-success.clear .b-font:before,
#body .bi-button.button-success.clear .b-font:before {
color: #0c6d23;
color: #5cb75d;
}
body .bi-button.button-warning,
#body .bi-button.button-warning {
background-color: #e85050;
background-color: #ff4949;
border-color: #e85050;
}
body .bi-button.button-warning,
@ -785,7 +785,7 @@ body .bi-button.button-warning.clear,
#body .bi-button.button-warning.clear,
body .bi-button.button-warning.clear .b-font:before,
#body .bi-button.button-warning.clear .b-font:before {
color: #e85050;
color: #faaa39;
}
body .bi-button.button-common.disabled,
#body .bi-button.button-common.disabled,
@ -837,7 +837,7 @@ body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
body .bi-button.button-ignore.disabled .b-font:before,
#body .bi-button.button-ignore.disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear,
#body .bi-button.button-common.disabled.clear,
@ -866,7 +866,7 @@ body .bi-button.button-warning.disabled.clear .b-font:before,
#body .bi-button.button-warning.disabled.clear .b-font:before,
body .bi-button.button-ignore.disabled.clear .b-font:before,
#body .bi-button.button-ignore.disabled.clear .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear:hover,
#body .bi-button.button-common.disabled.clear:hover,
@ -901,7 +901,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-single-select-icon-text-item:active .b-font:before,
.bi-single-select-icon-text-item.active .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
.bi-code-editor .param {
color: #ffffff;
@ -914,7 +914,7 @@ body .bi-button.button-ignore.disabled.clear:active,
display: inline-block;
}
.bi-code-editor .error-param {
color: #e85050;
color: #faaa39;
padding: 0 5px;
margin: 1px 1px;
display: inline-block;
@ -967,7 +967,7 @@ body .bi-button.button-ignore.disabled.clear:active,
.bi-input.bi-input-error,
.bi-textarea.bi-input-error {
border: none;
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-label {
text-overflow: ellipsis;
@ -1000,7 +1000,7 @@ body .bi-button.button-ignore.disabled.clear:active,
-moz-border-radius: 2px;
border-radius: 2px;
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tip {
position: fixed !important;
@ -1013,11 +1013,11 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-toast.toast-success {
background: #e1f4e7;
color: #0c6d23;
color: #5cb75d;
}
.bi-toast.toast-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tooltip {
max-width: 250px;
@ -1033,7 +1033,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-tooltip.tooltip-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
border: 1px solid #f4cbcb;
}
.bi-collection-table-cell {

148
bi/core.css

@ -283,16 +283,16 @@ i {
}
.base-disabled {
cursor: default !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
@ -323,13 +323,13 @@ i {
}
.bi-background {
background-color: #eff1f4;
color: #666666;
color: #3d4d66;
}
.bi-background .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-background .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-background {
background-color: #191b2b;
@ -343,13 +343,13 @@ i {
}
.bi-card {
background-color: #ffffff;
color: #666666;
color: #3d4d66;
}
.bi-card .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-card .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-card {
background-color: #242640;
@ -362,13 +362,13 @@ i {
color: #cccccc;
}
.bi-disabled {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-input {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-textarea {
color: #cccccc;
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
@ -380,13 +380,13 @@ i {
color: #666666;
}
.bi-tips {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
@ -419,22 +419,22 @@ i {
border-bottom: 1px solid #525466;
}
.bi-keyword-red-mark {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-input {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-textarea {
color: #f07d0a;
color: #ff4949;
}
.bi-high-light {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
@ -528,22 +528,22 @@ i {
.bi-list-item.disabled:hover,
.bi-list-item.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-input,
.bi-list-item.disabled:hover .bi-input,
.bi-list-item.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-textarea,
.bi-list-item.disabled:hover .bi-textarea,
.bi-list-item.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-high-light,
.bi-list-item.disabled:hover .bi-high-light,
.bi-list-item.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
@ -585,45 +585,45 @@ i {
border: 1px solid #178cdf;
}
.bi-list-item-simple {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple:hover,
.bi-list-item-simple.hover {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-input,
.bi-list-item-simple.hover .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-textarea,
.bi-list-item-simple.hover .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple.disabled,
.bi-list-item-simple.disabled:hover,
.bi-list-item-simple.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-input,
.bi-list-item-simple.disabled:hover .bi-input,
.bi-list-item-simple.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-textarea,
.bi-list-item-simple.disabled:hover .bi-textarea,
.bi-list-item-simple.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-high-light,
.bi-list-item-simple.disabled:hover .bi-high-light,
.bi-list-item-simple.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
@ -636,35 +636,35 @@ i {
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-input,
.bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-textarea,
.bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.disabled,
.bi-list-item-effect.disabled:hover,
.bi-list-item-effect.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-input,
.bi-list-item-effect.disabled:hover .bi-input,
.bi-list-item-effect.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-textarea,
.bi-list-item-effect.disabled:hover .bi-textarea,
.bi-list-item-effect.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-high-light,
.bi-list-item-effect.disabled:hover .bi-high-light,
.bi-list-item-effect.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
@ -677,15 +677,15 @@ i {
}
.bi-theme-dark .bi-list-item-effect.active,
.bi-theme-dark .bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-input,
.bi-theme-dark .bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-textarea,
.bi-theme-dark .bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.disabled,
.bi-theme-dark .bi-list-item-effect.disabled:hover,
@ -724,38 +724,38 @@ i {
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-input,
.bi-list-item-active.disabled:hover .bi-input,
.bi-list-item-active.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-textarea,
.bi-list-item-active.disabled:hover .bi-textarea,
.bi-list-item-active.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-high-light,
.bi-list-item-active.disabled:hover .bi-high-light,
.bi-list-item-active.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
@ -773,17 +773,17 @@ i {
}
.bi-theme-dark .bi-list-item-active.active,
.bi-theme-dark .bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
}
.bi-theme-dark .bi-list-item-active.active .bi-input,
.bi-theme-dark .bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.active .bi-textarea,
.bi-theme-dark .bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.disabled,
.bi-theme-dark .bi-list-item-active.disabled:hover,
@ -821,37 +821,37 @@ i {
}
.bi-list-item-active2.active,
.bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active2.active .bi-input,
.bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.active .bi-textarea,
.bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.disabled,
.bi-list-item-active2.disabled:hover,
.bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-input,
.bi-list-item-active2.disabled:hover .bi-input,
.bi-list-item-active2.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-textarea,
.bi-list-item-active2.disabled:hover .bi-textarea,
.bi-list-item-active2.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-high-light,
.bi-list-item-active2.disabled:hover .bi-high-light,
.bi-list-item-active2.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
@ -868,16 +868,16 @@ i {
}
.bi-theme-dark .bi-list-item-active2.active,
.bi-theme-dark .bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #242640;
}
.bi-theme-dark .bi-list-item-active2.active .bi-input,
.bi-theme-dark .bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.active .bi-textarea,
.bi-theme-dark .bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.disabled,
.bi-theme-dark .bi-list-item-active2.disabled:hover,
@ -934,23 +934,23 @@ i {
.bi-list-item-select.disabled,
.bi-list-item-select.disabled:hover,
.bi-list-item-select.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-select.disabled .bi-input,
.bi-list-item-select.disabled:hover .bi-input,
.bi-list-item-select.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-textarea,
.bi-list-item-select.disabled:hover .bi-textarea,
.bi-list-item-select.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-high-light,
.bi-list-item-select.disabled:hover .bi-high-light,
.bi-list-item-select.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover {
@ -1037,23 +1037,23 @@ i {
.bi-list-item-none.disabled,
.bi-list-item-none.disabled:hover,
.bi-list-item-none.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-none.disabled .bi-input,
.bi-list-item-none.disabled:hover .bi-input,
.bi-list-item-none.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-textarea,
.bi-list-item-none.disabled:hover .bi-textarea,
.bi-list-item-none.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-high-light,
.bi-list-item-none.disabled:hover .bi-high-light,
.bi-list-item-none.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {

20
bi/widget.css

@ -73,7 +73,7 @@
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-line {
z-index: 1000000000;
background-color: #f07d0a;
background-color: #ff4949;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon {
z-index: 1000000000;
@ -95,19 +95,19 @@
border-radius: 2px;
}
.bi-multidate-popup .multidate-popup-label {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-popup .multidate-popup-item:active,
.bi-multidate-popup .multidate-popup-item.active {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.bi-multidate-popup .multidate-popup-button {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-segment .bi-multidate-editor {
@ -128,13 +128,13 @@
border-radius: 2px 2px 2px 2px;
}
.bi-multi-select-search-pane .multi-select-toolbar {
color: #e85050;
color: #faaa39;
}
.bi-multi-select-check-selected-button {
z-index: 1;
}
.bi-multi-tree-check-pane .multi-tree-check-selected {
color: #3f8ce8;
color: #3685f2;
}
.bi-multi-tree-combo .multi-select-trigger-icon-button {
font-size: 16px;
@ -143,7 +143,7 @@
min-height: 170px;
}
.bi-multi-tree-check-selected-button .trigger-check-selected {
color: #3f8ce8;
color: #3685f2;
z-index: 1;
}
.bi-number-editor {
@ -190,7 +190,7 @@
font-size: 14px;
}
.bi-number-interval.number-error .bi-input {
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-page-table-cell {
-webkit-user-select: text;
@ -347,10 +347,10 @@
border-radius: 3px;
}
.bi-param-time-interval.time-error .bi-input {
color: #e85050;
color: #faaa39;
}
.bi-param-time-interval.time-error .sign-editor-text {
color: #e85050;
color: #faaa39;
}
.bi-year-popup .year-popup-navigation {
line-height: 30px;

2
demo/js/fix-2.0/demo.js

@ -18,7 +18,7 @@
}
})
var Store = BI.inherit(Fix.VM, {
var Store = BI.inherit(Fix.Model, {
_init: function () {
this.comp = new Computed(model);
},

42
dist/base.css vendored

@ -2,9 +2,9 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
@ -16,9 +16,9 @@
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.farbtastic {
position: relative;
@ -304,7 +304,7 @@
.cm-s-default span[class*="fieldName"] {
display: inline-block;
color: white;
background: #3f8ce8;
background: #3685f2;
padding: 0 5px;
margin: 1px 1px;
}
@ -326,7 +326,7 @@
border-radius: 3px;
}
.cm-s-default span[class*="#"] {
color: #3f8ce8;
color: #3685f2;
}
.cm-s-default .cm-error {
color: #f00;
@ -725,7 +725,7 @@ body .bi-button.button-common.clear,
#body .bi-button.button-common.clear,
body .bi-button.button-common.clear .b-font:before,
#body .bi-button.button-common.clear .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -763,11 +763,11 @@ body .bi-button.button-success.clear,
#body .bi-button.button-success.clear,
body .bi-button.button-success.clear .b-font:before,
#body .bi-button.button-success.clear .b-font:before {
color: #0c6d23;
color: #5cb75d;
}
body .bi-button.button-warning,
#body .bi-button.button-warning {
background-color: #e85050;
background-color: #ff4949;
border-color: #e85050;
}
body .bi-button.button-warning,
@ -785,7 +785,7 @@ body .bi-button.button-warning.clear,
#body .bi-button.button-warning.clear,
body .bi-button.button-warning.clear .b-font:before,
#body .bi-button.button-warning.clear .b-font:before {
color: #e85050;
color: #faaa39;
}
body .bi-button.button-common.disabled,
#body .bi-button.button-common.disabled,
@ -837,7 +837,7 @@ body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
body .bi-button.button-ignore.disabled .b-font:before,
#body .bi-button.button-ignore.disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear,
#body .bi-button.button-common.disabled.clear,
@ -866,7 +866,7 @@ body .bi-button.button-warning.disabled.clear .b-font:before,
#body .bi-button.button-warning.disabled.clear .b-font:before,
body .bi-button.button-ignore.disabled.clear .b-font:before,
#body .bi-button.button-ignore.disabled.clear .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear:hover,
#body .bi-button.button-common.disabled.clear:hover,
@ -901,7 +901,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-single-select-icon-text-item:active .b-font:before,
.bi-single-select-icon-text-item.active .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
.bi-code-editor .param {
color: #ffffff;
@ -914,7 +914,7 @@ body .bi-button.button-ignore.disabled.clear:active,
display: inline-block;
}
.bi-code-editor .error-param {
color: #e85050;
color: #faaa39;
padding: 0 5px;
margin: 1px 1px;
display: inline-block;
@ -967,7 +967,7 @@ body .bi-button.button-ignore.disabled.clear:active,
.bi-input.bi-input-error,
.bi-textarea.bi-input-error {
border: none;
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-label {
text-overflow: ellipsis;
@ -1000,7 +1000,7 @@ body .bi-button.button-ignore.disabled.clear:active,
-moz-border-radius: 2px;
border-radius: 2px;
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tip {
position: fixed !important;
@ -1013,11 +1013,11 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-toast.toast-success {
background: #e1f4e7;
color: #0c6d23;
color: #5cb75d;
}
.bi-toast.toast-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tooltip {
max-width: 250px;
@ -1033,7 +1033,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-tooltip.tooltip-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
border: 1px solid #f4cbcb;
}
.bi-collection-table-cell {

210
dist/bundle.css vendored

@ -283,16 +283,16 @@ i {
}
.base-disabled {
cursor: default !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
@ -323,13 +323,13 @@ i {
}
.bi-background {
background-color: #eff1f4;
color: #666666;
color: #3d4d66;
}
.bi-background .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-background .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-background {
background-color: #191b2b;
@ -343,13 +343,13 @@ i {
}
.bi-card {
background-color: #ffffff;
color: #666666;
color: #3d4d66;
}
.bi-card .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-card .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-card {
background-color: #242640;
@ -362,13 +362,13 @@ i {
color: #cccccc;
}
.bi-disabled {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-input {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-textarea {
color: #cccccc;
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
@ -380,13 +380,13 @@ i {
color: #666666;
}
.bi-tips {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
@ -419,22 +419,22 @@ i {
border-bottom: 1px solid #525466;
}
.bi-keyword-red-mark {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-input {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-textarea {
color: #f07d0a;
color: #ff4949;
}
.bi-high-light {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
@ -528,22 +528,22 @@ i {
.bi-list-item.disabled:hover,
.bi-list-item.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-input,
.bi-list-item.disabled:hover .bi-input,
.bi-list-item.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-textarea,
.bi-list-item.disabled:hover .bi-textarea,
.bi-list-item.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-high-light,
.bi-list-item.disabled:hover .bi-high-light,
.bi-list-item.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
@ -585,45 +585,45 @@ i {
border: 1px solid #178cdf;
}
.bi-list-item-simple {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple:hover,
.bi-list-item-simple.hover {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-input,
.bi-list-item-simple.hover .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-textarea,
.bi-list-item-simple.hover .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple.disabled,
.bi-list-item-simple.disabled:hover,
.bi-list-item-simple.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-input,
.bi-list-item-simple.disabled:hover .bi-input,
.bi-list-item-simple.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-textarea,
.bi-list-item-simple.disabled:hover .bi-textarea,
.bi-list-item-simple.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-high-light,
.bi-list-item-simple.disabled:hover .bi-high-light,
.bi-list-item-simple.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
@ -636,35 +636,35 @@ i {
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-input,
.bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-textarea,
.bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.disabled,
.bi-list-item-effect.disabled:hover,
.bi-list-item-effect.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-input,
.bi-list-item-effect.disabled:hover .bi-input,
.bi-list-item-effect.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-textarea,
.bi-list-item-effect.disabled:hover .bi-textarea,
.bi-list-item-effect.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-high-light,
.bi-list-item-effect.disabled:hover .bi-high-light,
.bi-list-item-effect.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
@ -677,15 +677,15 @@ i {
}
.bi-theme-dark .bi-list-item-effect.active,
.bi-theme-dark .bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-input,
.bi-theme-dark .bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-textarea,
.bi-theme-dark .bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.disabled,
.bi-theme-dark .bi-list-item-effect.disabled:hover,
@ -724,38 +724,38 @@ i {
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-input,
.bi-list-item-active.disabled:hover .bi-input,
.bi-list-item-active.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-textarea,
.bi-list-item-active.disabled:hover .bi-textarea,
.bi-list-item-active.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-high-light,
.bi-list-item-active.disabled:hover .bi-high-light,
.bi-list-item-active.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
@ -773,17 +773,17 @@ i {
}
.bi-theme-dark .bi-list-item-active.active,
.bi-theme-dark .bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
}
.bi-theme-dark .bi-list-item-active.active .bi-input,
.bi-theme-dark .bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.active .bi-textarea,
.bi-theme-dark .bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.disabled,
.bi-theme-dark .bi-list-item-active.disabled:hover,
@ -821,37 +821,37 @@ i {
}
.bi-list-item-active2.active,
.bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active2.active .bi-input,
.bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.active .bi-textarea,
.bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.disabled,
.bi-list-item-active2.disabled:hover,
.bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-input,
.bi-list-item-active2.disabled:hover .bi-input,
.bi-list-item-active2.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-textarea,
.bi-list-item-active2.disabled:hover .bi-textarea,
.bi-list-item-active2.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-high-light,
.bi-list-item-active2.disabled:hover .bi-high-light,
.bi-list-item-active2.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
@ -868,16 +868,16 @@ i {
}
.bi-theme-dark .bi-list-item-active2.active,
.bi-theme-dark .bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #242640;
}
.bi-theme-dark .bi-list-item-active2.active .bi-input,
.bi-theme-dark .bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.active .bi-textarea,
.bi-theme-dark .bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.disabled,
.bi-theme-dark .bi-list-item-active2.disabled:hover,
@ -934,23 +934,23 @@ i {
.bi-list-item-select.disabled,
.bi-list-item-select.disabled:hover,
.bi-list-item-select.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-select.disabled .bi-input,
.bi-list-item-select.disabled:hover .bi-input,
.bi-list-item-select.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-textarea,
.bi-list-item-select.disabled:hover .bi-textarea,
.bi-list-item-select.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-high-light,
.bi-list-item-select.disabled:hover .bi-high-light,
.bi-list-item-select.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover {
@ -1037,23 +1037,23 @@ i {
.bi-list-item-none.disabled,
.bi-list-item-none.disabled:hover,
.bi-list-item-none.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-none.disabled .bi-input,
.bi-list-item-none.disabled:hover .bi-input,
.bi-list-item-none.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-textarea,
.bi-list-item-none.disabled:hover .bi-textarea,
.bi-list-item-none.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-high-light,
.bi-list-item-none.disabled:hover .bi-high-light,
.bi-list-item-none.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {
@ -1597,9 +1597,9 @@ i {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.bi-color-picker-button .color-picker-button-mask {
border: 1px solid #1a1a1a;
@ -1611,9 +1611,9 @@ i {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
box-shadow: 0px 0px 2px 1px #d4dadd inset;
-webkit-box-shadow: 0px 0px 2px 1px #d4dadd inset;
-moz-box-shadow: 0px 0px 2px 1px #d4dadd inset;
box-shadow: 0px 0px 2px 1px #232e40 inset;
-webkit-box-shadow: 0px 0px 2px 1px #232e40 inset;
-moz-box-shadow: 0px 0px 2px 1px #232e40 inset;
}
.farbtastic {
position: relative;
@ -1899,7 +1899,7 @@ i {
.cm-s-default span[class*="fieldName"] {
display: inline-block;
color: white;
background: #3f8ce8;
background: #3685f2;
padding: 0 5px;
margin: 1px 1px;
}
@ -1921,7 +1921,7 @@ i {
border-radius: 3px;
}
.cm-s-default span[class*="#"] {
color: #3f8ce8;
color: #3685f2;
}
.cm-s-default .cm-error {
color: #f00;
@ -2320,7 +2320,7 @@ body .bi-button.button-common.clear,
#body .bi-button.button-common.clear,
body .bi-button.button-common.clear .b-font:before,
#body .bi-button.button-common.clear .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
body .bi-button.button-ignore,
#body .bi-button.button-ignore {
@ -2358,11 +2358,11 @@ body .bi-button.button-success.clear,
#body .bi-button.button-success.clear,
body .bi-button.button-success.clear .b-font:before,
#body .bi-button.button-success.clear .b-font:before {
color: #0c6d23;
color: #5cb75d;
}
body .bi-button.button-warning,
#body .bi-button.button-warning {
background-color: #e85050;
background-color: #ff4949;
border-color: #e85050;
}
body .bi-button.button-warning,
@ -2380,7 +2380,7 @@ body .bi-button.button-warning.clear,
#body .bi-button.button-warning.clear,
body .bi-button.button-warning.clear .b-font:before,
#body .bi-button.button-warning.clear .b-font:before {
color: #e85050;
color: #faaa39;
}
body .bi-button.button-common.disabled,
#body .bi-button.button-common.disabled,
@ -2432,7 +2432,7 @@ body .bi-button.button-ignore.disabled,
#body .bi-button.button-ignore.disabled,
body .bi-button.button-ignore.disabled .b-font:before,
#body .bi-button.button-ignore.disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear,
#body .bi-button.button-common.disabled.clear,
@ -2461,7 +2461,7 @@ body .bi-button.button-warning.disabled.clear .b-font:before,
#body .bi-button.button-warning.disabled.clear .b-font:before,
body .bi-button.button-ignore.disabled.clear .b-font:before,
#body .bi-button.button-ignore.disabled.clear .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
body .bi-button.button-common.disabled.clear:hover,
#body .bi-button.button-common.disabled.clear:hover,
@ -2496,7 +2496,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-single-select-icon-text-item:active .b-font:before,
.bi-single-select-icon-text-item.active .b-font:before {
color: #3f8ce8;
color: #3685f2;
}
.bi-code-editor .param {
color: #ffffff;
@ -2509,7 +2509,7 @@ body .bi-button.button-ignore.disabled.clear:active,
display: inline-block;
}
.bi-code-editor .error-param {
color: #e85050;
color: #faaa39;
padding: 0 5px;
margin: 1px 1px;
display: inline-block;
@ -2562,7 +2562,7 @@ body .bi-button.button-ignore.disabled.clear:active,
.bi-input.bi-input-error,
.bi-textarea.bi-input-error {
border: none;
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-label {
text-overflow: ellipsis;
@ -2595,7 +2595,7 @@ body .bi-button.button-ignore.disabled.clear:active,
-moz-border-radius: 2px;
border-radius: 2px;
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tip {
position: fixed !important;
@ -2608,11 +2608,11 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-toast.toast-success {
background: #e1f4e7;
color: #0c6d23;
color: #5cb75d;
}
.bi-toast.toast-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
}
.bi-tooltip {
max-width: 250px;
@ -2628,7 +2628,7 @@ body .bi-button.button-ignore.disabled.clear:active,
}
.bi-tooltip.tooltip-warning {
background: #fddddd;
color: #e85050;
color: #faaa39;
border: 1px solid #f4cbcb;
}
.bi-collection-table-cell {
@ -3248,7 +3248,7 @@ ul.ztree.zTreeDragUL {
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-line {
z-index: 1000000000;
background-color: #f07d0a;
background-color: #ff4949;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon {
z-index: 1000000000;
@ -3270,19 +3270,19 @@ ul.ztree.zTreeDragUL {
border-radius: 2px;
}
.bi-multidate-popup .multidate-popup-label {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-popup .multidate-popup-item:active,
.bi-multidate-popup .multidate-popup-item.active {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.bi-multidate-popup .multidate-popup-button {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-segment .bi-multidate-editor {
@ -3303,13 +3303,13 @@ ul.ztree.zTreeDragUL {
border-radius: 2px 2px 2px 2px;
}
.bi-multi-select-search-pane .multi-select-toolbar {
color: #e85050;
color: #faaa39;
}
.bi-multi-select-check-selected-button {
z-index: 1;
}
.bi-multi-tree-check-pane .multi-tree-check-selected {
color: #3f8ce8;
color: #3685f2;
}
.bi-multi-tree-combo .multi-select-trigger-icon-button {
font-size: 16px;
@ -3318,7 +3318,7 @@ ul.ztree.zTreeDragUL {
min-height: 170px;
}
.bi-multi-tree-check-selected-button .trigger-check-selected {
color: #3f8ce8;
color: #3685f2;
z-index: 1;
}
.bi-number-editor {
@ -3365,7 +3365,7 @@ ul.ztree.zTreeDragUL {
font-size: 14px;
}
.bi-number-interval.number-error .bi-input {
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-page-table-cell {
-webkit-user-select: text;
@ -3522,10 +3522,10 @@ ul.ztree.zTreeDragUL {
border-radius: 3px;
}
.bi-param-time-interval.time-error .bi-input {
color: #e85050;
color: #faaa39;
}
.bi-param-time-interval.time-error .sign-editor-text {
color: #e85050;
color: #faaa39;
}
.bi-year-popup .year-popup-navigation {
line-height: 30px;

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

148
dist/core.css vendored

@ -283,16 +283,16 @@ i {
}
.base-disabled {
cursor: default !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.base-disabled .b-font:before {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .base-disabled {
color: #666666 !important;
@ -323,13 +323,13 @@ i {
}
.bi-background {
background-color: #eff1f4;
color: #666666;
color: #3d4d66;
}
.bi-background .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-background .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-background {
background-color: #191b2b;
@ -343,13 +343,13 @@ i {
}
.bi-card {
background-color: #ffffff;
color: #666666;
color: #3d4d66;
}
.bi-card .bi-input {
color: #666666;
color: #3d4d66;
}
.bi-card .bi-textarea {
color: #666666;
color: #3d4d66;
}
.bi-theme-dark .bi-card {
background-color: #242640;
@ -362,13 +362,13 @@ i {
color: #cccccc;
}
.bi-disabled {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-input {
color: #cccccc;
color: #9ea6b2;
}
.bi-disabled .bi-textarea {
color: #cccccc;
color: #9ea6b2;
}
.bi-theme-dark .bi-disabled {
color: #666666;
@ -380,13 +380,13 @@ i {
color: #666666;
}
.bi-tips {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-tips .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-border {
border: 1px solid #d4dadd;
@ -419,22 +419,22 @@ i {
border-bottom: 1px solid #525466;
}
.bi-keyword-red-mark {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-input {
color: #f07d0a;
color: #ff4949;
}
.bi-keyword-red-mark .bi-textarea {
color: #f07d0a;
color: #ff4949;
}
.bi-high-light {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-high-light-background {
background-color: #3f8ce8;
@ -528,22 +528,22 @@ i {
.bi-list-item.disabled:hover,
.bi-list-item.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-input,
.bi-list-item.disabled:hover .bi-input,
.bi-list-item.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-textarea,
.bi-list-item.disabled:hover .bi-textarea,
.bi-list-item.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item.disabled .bi-high-light,
.bi-list-item.disabled:hover .bi-high-light,
.bi-list-item.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item:hover,
.bi-theme-dark .bi-list-item.hover {
@ -585,45 +585,45 @@ i {
border: 1px solid #178cdf;
}
.bi-list-item-simple {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-input {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple .bi-textarea {
color: #999999;
color: #c4c9d1;
}
.bi-list-item-simple:hover,
.bi-list-item-simple.hover {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-input,
.bi-list-item-simple.hover .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple:hover .bi-textarea,
.bi-list-item-simple.hover .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-simple.disabled,
.bi-list-item-simple.disabled:hover,
.bi-list-item-simple.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-input,
.bi-list-item-simple.disabled:hover .bi-input,
.bi-list-item-simple.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-textarea,
.bi-list-item-simple.disabled:hover .bi-textarea,
.bi-list-item-simple.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-simple.disabled .bi-high-light,
.bi-list-item-simple.disabled:hover .bi-high-light,
.bi-list-item-simple.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect:hover {
color: #1a1a1a;
@ -636,35 +636,35 @@ i {
}
.bi-list-item-effect.active,
.bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-input,
.bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.active .bi-textarea,
.bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-effect.disabled,
.bi-list-item-effect.disabled:hover,
.bi-list-item-effect.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-input,
.bi-list-item-effect.disabled:hover .bi-input,
.bi-list-item-effect.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-textarea,
.bi-list-item-effect.disabled:hover .bi-textarea,
.bi-list-item-effect.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-effect.disabled .bi-high-light,
.bi-list-item-effect.disabled:hover .bi-high-light,
.bi-list-item-effect.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-effect:hover {
color: #ffffff;
@ -677,15 +677,15 @@ i {
}
.bi-theme-dark .bi-list-item-effect.active,
.bi-theme-dark .bi-list-item-effect:active {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-input,
.bi-theme-dark .bi-list-item-effect:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.active .bi-textarea,
.bi-theme-dark .bi-list-item-effect:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-effect.disabled,
.bi-theme-dark .bi-list-item-effect.disabled:hover,
@ -724,38 +724,38 @@ i {
}
.bi-list-item-active.active,
.bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(26, 26, 26, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d1a1a1a,endColorstr=#0d1a1a1a);
}
.bi-list-item-active.active .bi-input,
.bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.active .bi-textarea,
.bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active.disabled,
.bi-list-item-active.disabled:hover,
.bi-list-item-active.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-input,
.bi-list-item-active.disabled:hover .bi-input,
.bi-list-item-active.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-textarea,
.bi-list-item-active.disabled:hover .bi-textarea,
.bi-list-item-active.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active.disabled .bi-high-light,
.bi-list-item-active.disabled:hover .bi-high-light,
.bi-list-item-active.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active:hover,
.bi-theme-dark .bi-list-item-active.hover {
@ -773,17 +773,17 @@ i {
}
.bi-theme-dark .bi-list-item-active.active,
.bi-theme-dark .bi-list-item-active:active {
color: #3f8ce8;
color: #3685f2;
background-color: rgba(255, 255, 255, 0.05);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff);
}
.bi-theme-dark .bi-list-item-active.active .bi-input,
.bi-theme-dark .bi-list-item-active:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.active .bi-textarea,
.bi-theme-dark .bi-list-item-active:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active.disabled,
.bi-theme-dark .bi-list-item-active.disabled:hover,
@ -821,37 +821,37 @@ i {
}
.bi-list-item-active2.active,
.bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #ffffff;
}
.bi-list-item-active2.active .bi-input,
.bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.active .bi-textarea,
.bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-list-item-active2.disabled,
.bi-list-item-active2.disabled:hover,
.bi-list-item-active2.disabled:active {
background-color: transparent !important;
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-input,
.bi-list-item-active2.disabled:hover .bi-input,
.bi-list-item-active2.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-textarea,
.bi-list-item-active2.disabled:hover .bi-textarea,
.bi-list-item-active2.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-active2.disabled .bi-high-light,
.bi-list-item-active2.disabled:hover .bi-high-light,
.bi-list-item-active2.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-active2:hover,
.bi-theme-dark .bi-list-item-active2.hover {
@ -868,16 +868,16 @@ i {
}
.bi-theme-dark .bi-list-item-active2.active,
.bi-theme-dark .bi-list-item-active2:active {
color: #3f8ce8;
color: #3685f2;
background-color: #242640;
}
.bi-theme-dark .bi-list-item-active2.active .bi-input,
.bi-theme-dark .bi-list-item-active2:active .bi-input {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.active .bi-textarea,
.bi-theme-dark .bi-list-item-active2:active .bi-textarea {
color: #3f8ce8;
color: #3685f2;
}
.bi-theme-dark .bi-list-item-active2.disabled,
.bi-theme-dark .bi-list-item-active2.disabled:hover,
@ -934,23 +934,23 @@ i {
.bi-list-item-select.disabled,
.bi-list-item-select.disabled:hover,
.bi-list-item-select.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-select.disabled .bi-input,
.bi-list-item-select.disabled:hover .bi-input,
.bi-list-item-select.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-textarea,
.bi-list-item-select.disabled:hover .bi-textarea,
.bi-list-item-select.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-select.disabled .bi-high-light,
.bi-list-item-select.disabled:hover .bi-high-light,
.bi-list-item-select.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-select:hover,
.bi-theme-dark .bi-list-item-select.hover {
@ -1037,23 +1037,23 @@ i {
.bi-list-item-none.disabled,
.bi-list-item-none.disabled:hover,
.bi-list-item-none.disabled:active {
color: #cccccc !important;
color: #9ea6b2 !important;
background-color: transparent !important;
}
.bi-list-item-none.disabled .bi-input,
.bi-list-item-none.disabled:hover .bi-input,
.bi-list-item-none.disabled:active .bi-input {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-textarea,
.bi-list-item-none.disabled:hover .bi-textarea,
.bi-list-item-none.disabled:active .bi-textarea {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-list-item-none.disabled .bi-high-light,
.bi-list-item-none.disabled:hover .bi-high-light,
.bi-list-item-none.disabled:active .bi-high-light {
color: #cccccc !important;
color: #9ea6b2 !important;
}
.bi-theme-dark .bi-list-item-none:hover,
.bi-theme-dark .bi-list-item-none.hover {

2
dist/demo.js vendored

@ -10104,7 +10104,7 @@ BI.shortcut("demo.tmp", Demo.Func);
}
})
var Store = BI.inherit(Fix.VM, {
var Store = BI.inherit(Fix.Model, {
_init: function () {
this.comp = new Computed(model);
},

2
dist/fix/fix.compact.js vendored

@ -21,7 +21,7 @@
BI.Widget.prototype._init = function () {
if (window.Fix && this._store) {
this.store = this._store();
if (this.store instanceof Fix.VM) {
if (this.store instanceof Fix.Model) {
this.model = this.store.model;
} else {
this.model = this.store;

16
dist/resource.css vendored

@ -25,7 +25,7 @@ body {
-ms-user-select: none;
-o-user-select: none;
user-select: none;
color: #666666;
color: #3d4d66;
font: normal 12px "Microsoft YaHei", "Hiragino Sans GB W3";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@ -398,7 +398,7 @@ textarea::-webkit-scrollbar-thumb:hover {
.search-close-h-font:hover .b-font:before,
.search-close-h-font.hover .b-font:before {
content: "\e600";
color: #e85050;
color: #faaa39;
}
.search-close-h-font.disabled .b-font:before {
content: "\e600";
@ -540,7 +540,7 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.dot-e-font:active .b-font:before {
content: "\e606";
color: #3f8ce8;
color: #3685f2;
}
.dot-e-font.disabled .b-font:before {
content: "\e606";
@ -864,7 +864,7 @@ textarea::-webkit-scrollbar-thumb:hover {
.trigger-triangle-font:active .b-font:before,
.trigger-triangle-font.active .b-font:before {
content: "\e66a";
color: #3f8ce8;
color: #3685f2;
}
.trigger-triangle-font.disabled .b-font:before {
content: "\e66a";
@ -923,11 +923,11 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.check-font .b-font:before {
content: "\e611";
color: #3f8ce8;
color: #3685f2;
}
.check-font.disabled .b-font:before {
content: "\e611";
color: #3f8ce8;
color: #3685f2;
}
.item-check-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');
@ -971,11 +971,11 @@ textarea::-webkit-scrollbar-thumb:hover {
}
.drag-tag-font .b-font:before {
content: "\e600";
color: #f07d0a;
color: #ff4949;
}
.drag-tag-font.disabled .b-font:before {
content: "\e600";
color: #f07d0a;
color: #ff4949;
}
.less-font .b-font {
*zoom: expression( this.runtimeStyle['zoom'] = '1',this.innerHTML = '');

20
dist/widget.css vendored

@ -73,7 +73,7 @@
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-line {
z-index: 1000000000;
background-color: #f07d0a;
background-color: #ff4949;
}
.bi-interactive-arrangement .interactive-arrangement-dragtag-icon {
z-index: 1000000000;
@ -95,19 +95,19 @@
border-radius: 2px;
}
.bi-multidate-popup .multidate-popup-label {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-popup .multidate-popup-item:active,
.bi-multidate-popup .multidate-popup-item.active {
background-color: #3f8ce8;
background-color: #3685f2;
color: #ffffff;
-webkit-border-radius: 2px 2px 0 0;
-moz-border-radius: 2px 2px 0 0;
border-radius: 2px 2px 0 0;
}
.bi-multidate-popup .multidate-popup-button {
color: #3f8ce8;
color: #3685f2;
font-size: 14px;
}
.bi-multidate-segment .bi-multidate-editor {
@ -128,13 +128,13 @@
border-radius: 2px 2px 2px 2px;
}
.bi-multi-select-search-pane .multi-select-toolbar {
color: #e85050;
color: #faaa39;
}
.bi-multi-select-check-selected-button {
z-index: 1;
}
.bi-multi-tree-check-pane .multi-tree-check-selected {
color: #3f8ce8;
color: #3685f2;
}
.bi-multi-tree-combo .multi-select-trigger-icon-button {
font-size: 16px;
@ -143,7 +143,7 @@
min-height: 170px;
}
.bi-multi-tree-check-selected-button .trigger-check-selected {
color: #3f8ce8;
color: #3685f2;
z-index: 1;
}
.bi-number-editor {
@ -190,7 +190,7 @@
font-size: 14px;
}
.bi-number-interval.number-error .bi-input {
color: #e85050 !important;
color: #faaa39 !important;
}
.bi-page-table-cell {
-webkit-user-select: text;
@ -347,10 +347,10 @@
border-radius: 3px;
}
.bi-param-time-interval.time-error .bi-input {
color: #e85050;
color: #faaa39;
}
.bi-param-time-interval.time-error .sign-editor-text {
color: #e85050;
color: #faaa39;
}
.bi-year-popup .year-popup-navigation {
line-height: 30px;

Loading…
Cancel
Save