diff options
Diffstat (limited to 'ext/mixed/css/display.css')
-rw-r--r-- | ext/mixed/css/display.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 5af211bb..3b6e3b3e 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -187,23 +187,6 @@ h2 { * Search page */ -.icon-checkbox { - display: none; -} - -.icon-checkbox+label { - cursor: pointer; - font-size: 1.6em; - padding: 0.1em; - user-select: none; -} - -.icon-checkbox:checked+label { - /* Invert colors */ - background-color: var(--default-text-color); - color: var(--background-color); -} - #query-parser-content { margin-top: 0.5em; font-size: 2em; |