From 9b5bd1c7756c37e6760a89b444110cf9352b14fd Mon Sep 17 00:00:00 2001 From: hackademix Date: Fri, 1 Feb 2019 00:31:43 +0100 Subject: Chromium-compatible UI stylesheets. --- src/ui/ui-hc.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/ui-hc.css') 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; } -- cgit v1.2.3