Merge pull request #1036 from jitsi/fix-placeholder-style

Fixes placeholder color
This commit is contained in:
yanas 2016-10-18 13:00:22 -05:00 committed by GitHub
commit dcf2d64067
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;