hotfix: fix search input background when switching themes, closes #3799
parent
aa35a41094
commit
e026efb49a
|
|
@ -1,6 +1,11 @@
|
|||
.algolia-autocomplete {
|
||||
width: 100%;
|
||||
|
||||
/* Search input field */
|
||||
#algolia-search-input {
|
||||
background: $sidebar-search-bg !important;
|
||||
}
|
||||
|
||||
/* Main dropdown wrapper */
|
||||
.ds-dropdown-menu {
|
||||
width: 74vw;
|
||||
|
|
|
|||
Loading…
Reference in New Issue