diff --git a/src/ui/options.css b/src/ui/options.css index 4fae5f0..c51de95 100644 --- a/src/ui/options.css +++ b/src/ui/options.css @@ -223,7 +223,17 @@ button.add { } #vintageTheme-opt { - padding: 0 2.2em; background: url(/img/logo.svg) no-repeat center left, url(/img/vintage/logo.svg) no-repeat center right; background-size: 2em auto, 2em auto; +} +label[for="opt-vintageTheme"] { + text-indent: -5000px; + padding: 0 1.2em; +} + +.hc #vintageTheme-opt { + background: none; +} +.hc label[for="opt-vintageTheme"] { + display: none !important; } \ No newline at end of file diff --git a/src/ui/options.html b/src/ui/options.html index fb4ea68..2ad230f 100644 --- a/src/ui/options.html +++ b/src/ui/options.html @@ -114,12 +114,14 @@ SPDX-License-Identifier: GPL-3.0-or-later - - + + + +