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

META-INF.resources.butterfaces-css.butterfaces-table.css Maven / Gradle / Ivy

.butter-table tbody>tr.butter-table-row-selected,
.butter-table tbody>tr.butter-table-row-selected td {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.butter-table tbody>tr.butter-table-row:hover,
.butter-table tbody>tr.butter-table-row:hover td {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    cursor: pointer;
}

.butter-table-toolbar {
    display: inline-block;
    width: 100%;
}

.butter-table-toolbar ul.dropdown-menu-form {
    max-height: 300px;
}

.butter-table-toolbar-columns label {
    font-weight: normal;
}

.butter-table-toolbar-columns li {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.butter-table-toolbar-columns li:hover {
    background: #E8F1FF;
    cursor: pointer;
}

.butter-component-table-column-sort-spinner {
    margin-left: 5px;
}

.butter-component-table-column-sort:hover {
    cursor: pointer;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy