windy 6 years ago
parent
commit
775a707f1f
  1. 2
      dist/bundle.css
  2. 2
      dist/bundle.min.css
  3. 2
      dist/core.css
  4. 2
      dist/core_without_normalize.css
  5. 2
      dist/fineui.css
  6. 2
      dist/fineui.min.css
  7. 2
      src/css/core/utils/common.css
  8. 2
      src/less/core/utils/common.less

2
dist/bundle.css vendored

@ -288,7 +288,7 @@ textarea {
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {

2
dist/bundle.min.css vendored

File diff suppressed because one or more lines are too long

2
dist/core.css vendored

@ -288,7 +288,7 @@ textarea {
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {

2
dist/core_without_normalize.css vendored

@ -7,7 +7,7 @@ textarea {
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {

2
dist/fineui.css vendored

@ -288,7 +288,7 @@ textarea {
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {

2
dist/fineui.min.css vendored

File diff suppressed because one or more lines are too long

2
src/css/core/utils/common.css

@ -7,7 +7,7 @@ textarea {
border: 1px solid #3a3c53;
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: #9ea6b2 !important;
}
.base-disabled .bi-input {

2
src/less/core/utils/common.less

@ -13,7 +13,7 @@ textarea {
}
.base-disabled {
cursor: default !important;
cursor: not-allowed !important;
color: @color-bi-text-disabled !important;
& .bi-input {
color: @color-bi-text-disabled !important;

Loading…
Cancel
Save