mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 00:59:59 +00:00
22 lines
253 B
CSS
22 lines
253 B
CSS
body {
|
|
font: menu;
|
|
}
|
|
|
|
button,
|
|
select,
|
|
input {
|
|
font: inherit;
|
|
}
|
|
|
|
input[type="checkbox"],
|
|
input[type="radio"] {
|
|
height: 16px;
|
|
margin-bottom: 1px;
|
|
margin-top: 1px;
|
|
width: 16px;
|
|
}
|
|
|
|
input[type="number"] {
|
|
padding-inline-end: 4px;
|
|
}
|