Fixes placeholder color

This commit is contained in:
yanas 2016-10-18 11:57:38 -05:00
parent a4c3348630
commit 8eb7303bd9
2 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@ input[type='text'], input[type='password'], textarea {
}
@include placeholder {
color: $inputColor;
color: $placeHolderColor;
}
textarea {

View File

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