mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 14:29:52 +00:00
Style checkboxes
This commit is contained in:
@@ -135,13 +135,13 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
input[type="checkbox"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
input[type="checkbox"] + label:before {
|
||||
border: 1px solid var(--textcolor-dim);
|
||||
border-radius: 3px;
|
||||
content: "\00a0";
|
||||
display: inline-block;
|
||||
font: 13px/1em sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user