We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4908791 commit df0239cCopy full SHA for df0239c
assets/scss/_custom.scss
@@ -239,11 +239,17 @@ body.td-404 main .error-details {
239
}
240
241
242
+.search-item.nav-item {
243
+ input, input::placeholder {
244
+ color: black;
245
+ }
246
+}
247
+
248
.flip-nav .search-item {
- .td-search-input {
249
+ .td-search-input, .search-bar {
250
background-color: $medium-grey;
251
- input, textarea {
252
+ input, input::placeholder, .search-icon {
253
color: white;
254
255
textarea:focus, input:focus {
@@ -1069,4 +1075,4 @@ div.alert > em.javascript-required {
1069
1075
border: none;
1070
1076
outline: none;
1071
1077
padding: .5em 0 .5em 0;
1072
-}
1078
0 commit comments