Browse Source

search queary fix

pull/11/head
gilbN 5 years ago
parent
commit
1d4e11d7bc
  1. 2
      CSS/themes/nzbget-plex.css
  2. 2
      CSS/themes/nzborg.css

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

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

Loading…
Cancel
Save