Files
fx_cast/ext/src/updater/styles/mac.css
2019-02-14 05:00:03 +00:00

14 lines
179 B
CSS
Executable File

body {
background: rgb(236, 236, 236);
font: menu;
}
button,
select {
font: inherit;
}
button:not([disabled]):hover:active {
color: -moz-mac-buttonactivetext;
}