diff options
Diffstat (limited to 'src/ui/ui-hc.css')
-rw-r--r-- | src/ui/ui-hc.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/ui-hc.css b/src/ui/ui-hc.css index e1c1944..eaa5914 100644 --- a/src/ui/ui-hc.css +++ b/src/ui/ui-hc.css @@ -5,10 +5,14 @@ input { } input[type="radio"] { + appearance: radio !important; + -webkit-appearance: radio !important; -moz-appearance: radio !important; padding-right: .2em !important; } input[type="checkbox"] { + appearance: checkbox !important; + -webkit-appearance: checkbox !important; -moz-appearance: checkbox !important; } |