From 1d4e11d7bc2286bf14b911b2c6edcc1e10250a0f Mon Sep 17 00:00:00 2001 From: gilbN Date: Tue, 28 May 2019 17:39:43 +0200 Subject: [PATCH] search queary fix --- CSS/themes/nzbget-plex.css | 2 +- CSS/themes/nzborg.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CSS/themes/nzbget-plex.css b/CSS/themes/nzbget-plex.css index 05495dfe..98234ac5 100644 --- a/CSS/themes/nzbget-plex.css +++ b/CSS/themes/nzbget-plex.css @@ -143,7 +143,7 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress { } .navbar-search .search-query:focus, .navbar-search .search-query.focused { - color: #000; + color: #000 !important; text-shadow: none; background-color: white !important; } diff --git a/CSS/themes/nzborg.css b/CSS/themes/nzborg.css index 6df14cd1..cef853f9 100644 --- a/CSS/themes/nzborg.css +++ b/CSS/themes/nzborg.css @@ -123,7 +123,7 @@ tr.checked, tr.checked td, tr.checked:nth-child(odd) .progress { } .navbar-search .search-query:focus, .navbar-search .search-query.focused { - color: #000; + color: #000 !important; text-shadow: none; background-color: white !important; }