Update search.css

This commit is contained in:
Brian Huisman 2023-04-13 08:03:25 -04:00
parent 1076b80ef9
commit b04facafc2

View file

@ -36,23 +36,20 @@
}
/* ***** Typeahead input and dropdown menu styles ****************** */
.twitter-typeahead .os_typeahead.tt-hint {}
.twitter-typeahead .os_typeahead.tt-input {}
.twitter-typeahead .os_typeahead ~ .tt-menu {
.os_typeahead.tt-hint {}
.os_typeahead.tt-input {}
.os_typeahead ~ .tt-menu {
background-color:#fff;
border:1px solid #000;
width:200%;
max-width:90vw;
text-align:left;
left:50%!important;
transform:translate(-50%, 0);
width:100%;
}
.twitter-typeahead .os_typeahead ~ .tt-menu .tt-suggestion {
.os_typeahead ~ .tt-menu .tt-suggestion {
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
}
.twitter-typeahead .os_typeahead ~ .tt-menu .tt-suggestion.tt-cursor {
.os_typeahead ~ .tt-menu .tt-suggestion.tt-cursor {
background-color: #ccc;
cursor:pointer;
}