Fix navbar Search text visibility and background color on scroll (#45594)
* Fix search text * Fix search text * Fix search text
This commit is contained in:
parent
4908791dfd
commit
df0239c548
|
@ -239,11 +239,17 @@ body.td-404 main .error-details {
|
|||
}
|
||||
}
|
||||
|
||||
.search-item.nav-item {
|
||||
input, input::placeholder {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
|
||||
.flip-nav .search-item {
|
||||
.td-search-input {
|
||||
.td-search-input, .search-bar {
|
||||
background-color: $medium-grey;
|
||||
}
|
||||
input, textarea {
|
||||
input, input::placeholder, .search-icon {
|
||||
color: white;
|
||||
}
|
||||
textarea:focus, input:focus {
|
||||
|
@ -1069,4 +1075,4 @@ div.alert > em.javascript-required {
|
|||
border: none;
|
||||
outline: none;
|
||||
padding: .5em 0 .5em 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue