mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
24 lines
338 B
CSS
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;
|
|
}
|