summaryrefslogtreecommitdiff
path: root/src/ui/ui-hc.css
diff options
context:
space:
mode:
authorhackademix2019-02-01 00:31:43 +0100
committerhackademix2019-02-01 00:31:43 +0100
commit9b5bd1c7756c37e6760a89b444110cf9352b14fd (patch)
tree48181117a0df788feba8e4fb3e03aad5296fb9a8 /src/ui/ui-hc.css
parent4e5f12a6c29d6adae8ae1a0236edb9d851846998 (diff)
downloadnoscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.tar.gz
noscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.tar.xz
noscript-9b5bd1c7756c37e6760a89b444110cf9352b14fd.zip
Chromium-compatible UI stylesheets.
Diffstat (limited to 'src/ui/ui-hc.css')
-rw-r--r--src/ui/ui-hc.css4
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;
}