mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 19:16:48 +00:00
Add opacity based striping for tables. Add comments to _debug. Add new button reset to forms.
17 lines
187 B
CSS
17 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;
|
|
}
|