tachyons-skylark/src/_forms.css
mrmrs e7f3fe382a Add link to docs in comments where appropriate.
Add opacity based striping for tables.
Add comments to _debug.
Add new button reset to forms.
2016-09-15 00:04:55 +01:00

16 lines
187 B
CSS

/*
FORMS
*/
.input-reset {
-webkit-appearance: none;
-moz-appearance: none;
}
.button-reset::-moz-focus-inner,
.input-reset::-moz-focus-inner {
border: 0;
padding: 0;
}