Files
fx_cast/ext/src/options/styles/mac.css
2018-12-11 14:07:37 +00:00

24 lines
338 B
CSS

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;
}