mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 16:49:58 +00:00
14 lines
179 B
CSS
Executable File
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;
|
|
}
|