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:
John.C 2024-03-19 16:35:47 +00:00 committed by GitHub
parent 4908791dfd
commit df0239c548
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 3 deletions

View File

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