Add specific color for read-only input

pull/1037/head
yanas 9 years ago
parent dcf2d64067
commit 89e15b6d3d
  1. 4
      css/input-control/_input-control.scss
  2. 1
      css/themes/_light.scss

@ -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…
Cancel
Save