Browse Source

CHART-10132 fix: 深色背景,disabled时bi-border边框颜色

es6
Zhenfei.Li 5 years ago
parent
commit
3fd6dfed36
  1. 15
      dist/2.0/fineui.css
  2. 2
      dist/2.0/fineui.ie.min.js
  3. 2
      dist/2.0/fineui.min.css
  4. 2
      dist/2.0/fineui.min.js
  5. 15
      dist/bundle.css
  6. 2
      dist/bundle.ie.min.js
  7. 2
      dist/bundle.min.css
  8. 2
      dist/bundle.min.js
  9. 15
      dist/core.css
  10. 15
      dist/core_without_normalize.css
  11. 15
      dist/fineui.css
  12. 2
      dist/fineui.ie.min.js
  13. 2
      dist/fineui.min.css
  14. 2
      dist/fineui.min.js
  15. 2
      dist/utils.min.js
  16. 15
      src/css/core/utils/common.css
  17. 15
      src/less/core/utils/common.less

15
dist/2.0/fineui.css vendored

@ -457,18 +457,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

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

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/2.0/fineui.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/bundle.css vendored

@ -457,18 +457,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

2
dist/bundle.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/bundle.min.js vendored

File diff suppressed because one or more lines are too long

15
dist/core.css vendored

@ -457,18 +457,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

15
dist/core_without_normalize.css vendored

@ -177,18 +177,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

15
dist/fineui.css vendored

@ -457,18 +457,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

2
dist/fineui.ie.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/fineui.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/utils.min.js vendored

File diff suppressed because one or more lines are too long

15
src/css/core/utils/common.css

@ -177,18 +177,33 @@ textarea {
.bi-theme-dark .bi-border {
border: 1px solid #363e55;
}
.bi-theme-dark .bi-border.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-top {
border-top: 1px solid #363e55;
}
.bi-theme-dark .bi-border-top.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-right {
border-right: 1px solid #363e55;
}
.bi-theme-dark .bi-border-right.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-bottom {
border-bottom: 1px solid #363e55;
}
.bi-theme-dark .bi-border-bottom.disabled {
border-color: #606479 !important;
}
.bi-theme-dark .bi-border-left {
border-left: 1px solid #363e55;
}
.bi-theme-dark .bi-border-left.disabled {
border-color: #606479 !important;
}
.bi-split {
border: 1px solid #f2f4f7;
}

15
src/less/core/utils/common.less

@ -216,22 +216,37 @@ textarea {
.bi-theme-dark {
.bi-border {
border: 1px solid @color-bi-border-line-theme-dark;
&.disabled {
border-color: @color-bi-border-disabled-theme-dark !important;
}
}
.bi-border-top {
border-top: 1px solid @color-bi-border-line-theme-dark;
&.disabled {
border-color: @color-bi-border-disabled-theme-dark !important;
}
}
.bi-border-right {
border-right: 1px solid @color-bi-border-line-theme-dark;
&.disabled {
border-color: @color-bi-border-disabled-theme-dark !important;
}
}
.bi-border-bottom {
border-bottom: 1px solid @color-bi-border-line-theme-dark;
&.disabled {
border-color: @color-bi-border-disabled-theme-dark !important;
}
}
.bi-border-left {
border-left: 1px solid @color-bi-border-line-theme-dark;
&.disabled {
border-color: @color-bi-border-disabled-theme-dark !important;
}
}
}

Loading…
Cancel
Save