-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.css
More file actions
107 lines (92 loc) · 1.69 KB
/
form.css
File metadata and controls
107 lines (92 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
button,
input,
optgroup,
option,
select,
textarea
{
font-size: inherit;
font-family: inherit;
font-weight: 400;
line-height: 1;
text-transform: none;
vertical-align: top;
}
select,
button,
input,
textarea
{
padding: 0 0.75em;
min-height: 32px;
}
select[multiple] option,
select[multiple] optgroup
{
margin: 0 -0.75em;
padding: 0.4em 0.75em;
}
select[multiple] optgroup option { margin: 0 }
input[type='checkbox'],
input[type='color'],
input[type='file'],
input[type='hidden'],
input[type='image'],
input[type='radio'],
input[type='range']
{
margin: 0;
padding: 0;
min-height: 32px;
}
input[type='checkbox'],
input[type='radio'],
textarea
{ min-height: auto }
button,
select,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='checkbox'],
input[type='color'],
input[type='file'],
input[type='image'],
input[type='radio'],
input[type='range']
{ cursor: pointer }
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
input[type='checkbox'],
input[type='radio']
{ vertical-align: baseline }
input[type='checkbox'] { margin: 0 3px 0 0.5em }
input[type='radio'] { margin: 0 3px 0 0.5em }
fieldset { padding: 1em; border: 0 }
legend { color: inherit; padding: 0 0.5em }
textarea { overflow: auto }
::file-selector-button {
cursor: pointer;
font-size: inherit;
font-family: inherit;
font-weight: 400;
line-height: 1;
padding: 0 0.75em;
min-height: 32px;
text-transform: none;
vertical-align: baseline;
}
::file-selector-button:disabled {
cursor: not-allowed;
-webkit-tap-highlight-color: transparent;
}
:disabled,
input:disabled,
button:disabled,
select:disabled
{
cursor: not-allowed;
-webkit-tap-highlight-color: transparent;
}