Improve options page styling

This commit is contained in:
hensm
2018-12-11 14:07:37 +00:00
parent c7f2be4e2e
commit 363a8d9db6
7 changed files with 223 additions and 122 deletions

View File

@@ -0,0 +1,23 @@
body {
font: menu;
}
button,
select,
input {
font: inherit;
}
button:not([disabled]):hover:active {
color: -moz-mac-buttonactivetext;
}
button[default]:not([disabled]):not(:-moz-window-inactive) {
color: -moz-mac-defaultbuttontext;
}
button[default]:not(:hover):active {
color: ButtonText;
}
button {
height: 22px;
}