diff options
author | hackademix | 2018-08-13 01:33:40 +0200 |
---|---|---|
committer | hackademix | 2018-08-13 01:33:40 +0200 |
commit | af4ec5c169f4758cd52f0db82aaa25dca061067e (patch) | |
tree | 0197c6dd6fac9ac829f2846a55b71e139e4667bc /src/ui/options.html | |
parent | e392a73a508c917c05a0710130eed7959c1bc145 (diff) | |
download | noscript-af4ec5c169f4758cd52f0db82aaa25dca061067e.tar.gz noscript-af4ec5c169f4758cd52f0db82aaa25dca061067e.tar.xz noscript-af4ec5c169f4758cd52f0db82aaa25dca061067e.zip |
"High contrast appearance" option to override high contrast themes auto-detection.
Diffstat (limited to 'src/ui/options.html')
-rw-r--r-- | src/ui/options.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ui/options.html b/src/ui/options.html index 0a27286..6e2ad0e 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -14,7 +14,7 @@ <script src="/common/locale.js"></script> <script src="/ui/ui.js"></script> </head> -<body> +<body id="noscript-options"> <div id="header"> <h1>__MSG_OptionsLong__</h1> <div> @@ -89,6 +89,12 @@ <label for="opt-showFullAddresses" id="lbl-showFullAddresses">__MSG_ShowFullAddresses__</label> </span> </div> + <div class="opt-group"> + <span id="highContrast-opt"> + <input type="checkbox" id="opt-highContrast"> + <label for="opt-highContrast" id="lbl-highContrast">__MSG_HighContrast__</label> + </span> + </div> </div> <h3 class="flextabs__tab"><button class="flextabs__toggle">__MSG_SectionAdvanced__</button></h3> |