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.
2 parents c81693c + 1d0ebe2 commit 2d42458Copy full SHA for 2d42458
reset.css
@@ -127,19 +127,28 @@ strong {
127
}
128
129
label,
130
-input[type="file"],
131
-button {
+input[type="file"] {
132
cursor: pointer;
133
134
135
-button,
136
input,
137
select,
138
textarea {
139
margin: 0;
140
border: 0;
141
142
+button,
+input[type="button"],
143
+input[type="submit"] {
144
+ padding: 0;
145
+ border: 0;
146
+ border-radius: 0;
147
+ margin: 0;
148
+ background: transparent;
149
+ cursor: pointer;
150
+}
151
+
152
button::-moz-focus-inner {
153
padding: 0;
154
border: 0
0 commit comments