color: $wcfInputTextActive;
}
- &[disabled] {
+ &[disabled],
+ &[readonly] {
background-color: $wcfInputDisabledBackground !important;
border-color: $wcfInputDisabledBorder !important;
color: $wcfInputDisabledText !important;
}
}
-textarea[readonly] {
- background-color: $wcfInputDisabledBackground !important;
- border-color: $wcfInputDisabledBorder !important;
- color: $wcfInputDisabledText !important;
-}
-
textarea {
border-width: 1px;
width: 100%;
@extend .wcfFontDefault;
+
+ &[disabled],
+ &[readonly] {
+ background-color: $wcfInputDisabledBackground !important;
+ border-color: $wcfInputDisabledBorder !important;
+ color: $wcfInputDisabledText !important;
+ }
}
.selectDropdown {
.inputAddon input,
input {
- box-sizing: border-box;
-
&.tiny {
flex-grow: 0;
width: 80px;