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; }