Explorar el Código

Fixes placeholder color

master
yanas hace 8 años
padre
commit
8eb7303bd9
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1
    1
      css/_base.scss
  2. 1
    0
      css/themes/_light.scss

+ 1
- 1
css/_base.scss Ver fichero

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

+ 1
- 0
css/themes/_light.scss Ver fichero

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

Loading…
Cancelar
Guardar