From af4ec5c169f4758cd52f0db82aaa25dca061067e Mon Sep 17 00:00:00 2001 From: hackademix Date: Mon, 13 Aug 2018 01:33:40 +0200 Subject: "High contrast appearance" option to override high contrast themes auto-detection. --- src/ui/ui.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/ui.css') diff --git a/src/ui/ui.css b/src/ui/ui.css index 785190a..0d86ddc 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -409,3 +409,7 @@ legend { #presets .https-only { display: none; } + +#high-contrast-chooser { + display: none; +} -- cgit v1.2.3