From 419b907a0b94511b283b8b0460e3ab3cbc384aaa Mon Sep 17 00:00:00 2001 From: Marc Abonce Seguin Date: Sun, 28 Mar 2021 21:54:37 -0700 Subject: fix dark "expand" button from infobox --- searx/static/themes/oscar/css/logicodev.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'searx/static/themes/oscar/css/logicodev.css') diff --git a/searx/static/themes/oscar/css/logicodev.css b/searx/static/themes/oscar/css/logicodev.css index 51bbc98d8..d5c2a237a 100644 --- a/searx/static/themes/oscar/css/logicodev.css +++ b/searx/static/themes/oscar/css/logicodev.css @@ -314,6 +314,10 @@ input[type=checkbox]:not(:checked) + .label_hide_if_checked + .label_hide_if_not width: 100%; text-align: center; margin-bottom: 0px; + cursor: pointer; +} +.infobox .infobox_toggle:hover { + background: #DDD; } .infobox .infobox_checkbox ~ .infobox_body { max-height: 300px; @@ -991,6 +995,14 @@ ul.nav li a { background: #1d1f21 !important; border-color: #111 !important; } +.panel-footer { + color: #C5C8C6 !important; + background: #282a2e !important; + border-top: 1px solid #111 !important; +} +.infobox_toggle:hover { + background: #3d3f43 !important; +} p.btn.btn-default { background: none; } -- cgit v1.2.3