Add specific color for read-only input

This commit is contained in:
yanas 2016-10-18 14:27:16 -05:00
parent dcf2d64067
commit 89e15b6d3d
2 changed files with 5 additions and 0 deletions

View File

@ -46,4 +46,8 @@
position: absolute;
right: 0;
}
}
input:read-only {
color: $readOnlyInputColor;
}

View File

@ -36,6 +36,7 @@ $inputBackground: #fff;
$inputBorderColor: #ccc;
$inputColor: #333;
$placeHolderColor: #a7a7a7;
$readOnlyInputColor: #a7a7a7;
$defaultDarkSelectionColor: #ccc;
$buttonFontWeight: 400;
$labelFontWeight: 400;