All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ui.static.css.autocompleteDropdown.css Maven / Gradle / Ivy

There is a newer version: 0.8.0
Show newest version
.ui-autocomplete {
    background: #efefef;
    color: #6d6c64;
    border-radius: 5px;
    z-index: 2000;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy