search queary fix

This commit is contained in:
gilbN 2019-05-28 17:39:43 +02:00
parent 2d9509318b
commit 1d4e11d7bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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