Add specific color for read-only input
This commit is contained in:
parent
dcf2d64067
commit
89e15b6d3d
|
@ -46,4 +46,8 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
input:read-only {
|
||||
color: $readOnlyInputColor;
|
||||
}
|
|
@ -36,6 +36,7 @@ $inputBackground: #fff;
|
|||
$inputBorderColor: #ccc;
|
||||
$inputColor: #333;
|
||||
$placeHolderColor: #a7a7a7;
|
||||
$readOnlyInputColor: #a7a7a7;
|
||||
$defaultDarkSelectionColor: #ccc;
|
||||
$buttonFontWeight: 400;
|
||||
$labelFontWeight: 400;
|
||||
|
|
Loading…
Reference in New Issue