e7f3fe382a
Add opacity based striping for tables. Add comments to _debug. Add new button reset to forms.
16 lines
187 B
CSS
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;
|
|
}
|