added missing autocomplete.css

This commit is contained in:
Georgy Litvinov 2023-06-21 13:08:05 +02:00
parent 64b0d9b9ab
commit 1536842020

View file

@ -0,0 +1,24 @@
/* $This file is distributed under the terms of the license in LICENSE$ */
/* Styles for autocomplete and autocomplete selections using jQuery UI. This is separated out so that forms
that don't load customFormWithAutocomplete.css still have access to these styles. */
.acSelection {
display: none;
margin-top: 1em;
}
.acSelectionInfo {
background-color: #d9d9d9;
padding: .2em .35em;
}
ul.ui-autocomplete {
font-size: .95em;
}
li.ui-menu-item a.ui-corner-all {
text-align: left;
padding-left: .25em;
}
.acSelectorWithHelpText{
font-style: italic;
color: #555;
}