From dc197731004219738b489f3baada6c32c2b7aebc Mon Sep 17 00:00:00 2001 From: Azareal Date: Mon, 20 Jan 2020 17:46:02 +1000 Subject: [PATCH] add nox search and filter widget hover css --- themes/nox/public/main.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/themes/nox/public/main.css b/themes/nox/public/main.css index 2e2173a8..194b5f03 100644 --- a/themes/nox/public/main.css +++ b/themes/nox/public/main.css @@ -239,11 +239,6 @@ li a { border-radius: 3px; background-color: #444444; padding: 16px; - /*padding: 18px;*/ -} -.filter_item { - margin-bottom: 5px; - padding: 4px; } .filter_item a { color: #BBBBBB; @@ -277,10 +272,13 @@ h1, h2, h3, h4, h5 { } .filter_item { margin-left: 0px !important; + border-radius: 0px !important; +} +.filter_item:hover { + background-color: #505050 !important; } .filter_selected { background-color: #555555 !important; - border-radius: 0px !important; } /* new end */ @@ -973,7 +971,6 @@ input[type=checkbox] + label { height: 18px; margin-bottom: -2px; margin-right: 8px; - /*border: 1px solid rgb(120,120,120);*/ background-color: rgb(90,90,90); padding-top: 1px; border-radius: 2px;