We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194d15 commit 09673bfCopy full SHA for 09673bf
src/forms/css/forms.css
@@ -23,6 +23,12 @@
23
outline: thin dotted \9; /* IE6-9 */
24
border-color: #129FEA;
25
}
26
+.pure-form input[type="file"]:focus,
27
+.pure-form input[type="radio"]:focus,
28
+.pure-form input[type="checkbox"]:focus {
29
+ outline: thin dotted #333;
30
+ outline: 1px auto #129FEA;
31
+}
32
.pure-form .pure-checkbox,
33
.pure-form .pure-radio {
34
margin: 0.5em 0;
@@ -50,6 +56,11 @@
50
56
.pure-form select:focus:invalid:focus {
51
57
border-color: #e9322d;
52
58
59
+.pure-form input[type="file"]:focus:invalid:focus,
60
+.pure-form input[type="radio"]:focus:invalid:focus,
61
+.pure-form input[type="checkbox"]:focus:invalid:focus {
62
+ outline-color: #e9322d;
63
53
64
.pure-form select {
54
65
border: 1px solid #ccc;
55
66
background-color: white;
0 commit comments