diff --git a/src/less/core/utils/common.less b/src/less/core/utils/common.less index 036778c59..76a93b316 100644 --- a/src/less/core/utils/common.less +++ b/src/less/core/utils/common.less @@ -3,12 +3,17 @@ .base-disabled { cursor: not-allowed !important; color: @color-bi-text-disabled !important; + & .bi-input { color: @color-bi-text-disabled !important; + -webkit-text-fill-color: @color-bi-text-disabled; } + & .bi-textarea { color: @color-bi-text-disabled !important; + -webkit-text-fill-color: @color-bi-text-disabled; } + & .b-font:before { color: @color-bi-icon-disabled !important; } @@ -17,12 +22,17 @@ .bi-theme-dark { .base-disabled { color: @color-bi-text-disabled-theme-dark !important; + & .bi-input { color: @color-bi-text-disabled-theme-dark !important; + -webkit-text-fill-color: @color-bi-text-disabled-theme-dark; } + & .bi-textarea { color: @color-bi-text-disabled-theme-dark !important; + -webkit-text-fill-color: @color-bi-text-disabled-theme-dark; } + & .b-font:before { color: @color-bi-icon-disabled-theme-dark !important; }