|
7 | 7 |
|
8 | 8 | /* input sizes */ |
9 | 9 | /* below are `inputbox-like`. */ |
10 | | -input[type=date].input-large, |
11 | | -input[type=datetime-local].input-large, |
12 | | -input[type=email].input-large, |
13 | | -input[type=month].input-large, |
14 | | -input[type=number].input-large, |
15 | | -input[type=password].input-large, |
16 | | -input[type=range].input-large, |
17 | | -input[type=search].input-large, |
18 | | -input[type=tel].input-large, |
19 | | -input[type=text].input-large, |
20 | | -input[type=time].input-large, |
21 | | -input[type=url].input-large, |
22 | | -input[type=week].input-large, |
| 10 | +input[type="date"].input-large, |
| 11 | +input[type="datetime-local"].input-large, |
| 12 | +input[type="email"].input-large, |
| 13 | +input[type="month"].input-large, |
| 14 | +input[type="number"].input-large, |
| 15 | +input[type="password"].input-large, |
| 16 | +input[type="range"].input-large, |
| 17 | +input[type="search"].input-large, |
| 18 | +input[type="tel"].input-large, |
| 19 | +input[type="text"].input-large, |
| 20 | +input[type="time"].input-large, |
| 21 | +input[type="url"].input-large, |
| 22 | +input[type="week"].input-large, |
23 | 23 | select.input-large, |
24 | 24 | textarea.input-large { |
25 | 25 | font-size: var(--rdta-form-large-font-size); |
26 | 26 | } |
27 | 27 |
|
28 | 28 | /* below are `inputbox-like`. */ |
29 | | -input[type=date].input-small, |
30 | | -input[type=datetime-local].input-small, |
31 | | -input[type=email].input-small, |
32 | | -input[type=month].input-small, |
33 | | -input[type=number].input-small, |
34 | | -input[type=password].input-small, |
35 | | -input[type=range].input-small, |
36 | | -input[type=search].input-small, |
37 | | -input[type=tel].input-small, |
38 | | -input[type=text].input-small, |
39 | | -input[type=time].input-small, |
40 | | -input[type=url].input-small, |
41 | | -input[type=week].input-small, |
| 29 | +input[type="date"].input-small, |
| 30 | +input[type="datetime-local"].input-small, |
| 31 | +input[type="email"].input-small, |
| 32 | +input[type="month"].input-small, |
| 33 | +input[type="number"].input-small, |
| 34 | +input[type="password"].input-small, |
| 35 | +input[type="range"].input-small, |
| 36 | +input[type="search"].input-small, |
| 37 | +input[type="tel"].input-small, |
| 38 | +input[type="text"].input-small, |
| 39 | +input[type="time"].input-small, |
| 40 | +input[type="url"].input-small, |
| 41 | +input[type="week"].input-small, |
42 | 42 | select.input-small, |
43 | 43 | textarea.input-small { |
44 | 44 | font-size: var(--rdta-form-small-font-size); |
@@ -69,19 +69,19 @@ textarea.input-small { |
69 | 69 | } |
70 | 70 |
|
71 | 71 | /* below are `inputbox-like`. */ |
72 | | -.rd-form .form-group .control-wrapper input[type=date], |
73 | | -.rd-form .form-group .control-wrapper input[type=datetime-local], |
74 | | -.rd-form .form-group .control-wrapper input[type=email], |
75 | | -.rd-form .form-group .control-wrapper input[type=month], |
76 | | -.rd-form .form-group .control-wrapper input[type=number], |
77 | | -.rd-form .form-group .control-wrapper input[type=password], |
78 | | -.rd-form .form-group .control-wrapper input[type=range], |
79 | | -.rd-form .form-group .control-wrapper input[type=search], |
80 | | -.rd-form .form-group .control-wrapper input[type=tel], |
81 | | -.rd-form .form-group .control-wrapper input[type=text], |
82 | | -.rd-form .form-group .control-wrapper input[type=time], |
83 | | -.rd-form .form-group .control-wrapper input[type=url], |
84 | | -.rd-form .form-group .control-wrapper input[type=week], |
| 72 | +.rd-form .form-group .control-wrapper input[type="date"], |
| 73 | +.rd-form .form-group .control-wrapper input[type="datetime-local"], |
| 74 | +.rd-form .form-group .control-wrapper input[type="email"], |
| 75 | +.rd-form .form-group .control-wrapper input[type="month"], |
| 76 | +.rd-form .form-group .control-wrapper input[type="number"], |
| 77 | +.rd-form .form-group .control-wrapper input[type="password"], |
| 78 | +.rd-form .form-group .control-wrapper input[type="range"], |
| 79 | +.rd-form .form-group .control-wrapper input[type="search"], |
| 80 | +.rd-form .form-group .control-wrapper input[type="tel"], |
| 81 | +.rd-form .form-group .control-wrapper input[type="text"], |
| 82 | +.rd-form .form-group .control-wrapper input[type="time"], |
| 83 | +.rd-form .form-group .control-wrapper input[type="url"], |
| 84 | +.rd-form .form-group .control-wrapper input[type="week"], |
85 | 85 | .rd-form .form-group .control-wrapper select, |
86 | 86 | .rd-form .form-group .control-wrapper textarea { |
87 | 87 | display: block; |
|
0 commit comments