Sfoglia il codice sorgente

Add specific color for read-only input

master
yanas 9 anni fa
parent
commit
89e15b6d3d
2 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 4
    0
      css/input-control/_input-control.scss
  2. 1
    0
      css/themes/_light.scss

+ 4
- 0
css/input-control/_input-control.scss Vedi File

46
         position: absolute;
46
         position: absolute;
47
         right: 0;
47
         right: 0;
48
     }
48
     }
49
+}
50
+
51
+input:read-only {
52
+    color: $readOnlyInputColor;
49
 }
53
 }

+ 1
- 0
css/themes/_light.scss Vedi File

36
 $inputBorderColor: #ccc;
36
 $inputBorderColor: #ccc;
37
 $inputColor: #333;
37
 $inputColor: #333;
38
 $placeHolderColor: #a7a7a7;
38
 $placeHolderColor: #a7a7a7;
39
+$readOnlyInputColor: #a7a7a7;
39
 $defaultDarkSelectionColor: #ccc;
40
 $defaultDarkSelectionColor: #ccc;
40
 $buttonFontWeight: 400;
41
 $buttonFontWeight: 400;
41
 $labelFontWeight: 400;
42
 $labelFontWeight: 400;

Loading…
Annulla
Salva