fixed the sapi_solr search autocompletewith synonyms
This commit is contained in:
@ -733,6 +733,25 @@ header[role="banner"]{
|
||||
}
|
||||
|
||||
|
||||
ul.ui-menu.ui-widget-content.ui-autocomplete {
|
||||
background-color: rgba(0, 0, 0, 0.6);
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
padding: 0.3em 0.2em;
|
||||
a.ui-menu-item-wrapper{
|
||||
color: #fff;
|
||||
padding:0.1em 0.1em;
|
||||
display: block;
|
||||
&.ui-state-active{
|
||||
background: none;
|
||||
border: none;
|
||||
color:#fff;
|
||||
background-color: rgba(0, 0, 0, 0.9);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// main
|
||||
aside.messages{
|
||||
|
Reference in New Issue
Block a user