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

org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDownView.css Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
.appformer-live-search-button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.appformer-live-search-spinner-panel {
    display: none;
    margin-left: 10px;
    height: 30px;
}

.appformer-live-search-spinner {
    display: table-cell;
}

.appformer-live-search-spinner-text {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle
}

.appformer-live-search-dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy