don't overwrite button padding globally in old FF

...since it breaks custom ones
This commit is contained in:
tophf 2017-12-06 22:42:08 +03:00
parent f337e18515
commit 945ec5604d

View File

@ -102,11 +102,6 @@ select {
-moz-appearance: checkbox !important;
}
.moz-appearance-bug button {
padding-left: .75ex;
padding-right: .75ex;
}
::-moz-focus-inner {
border: 0;
}