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-component-table-column-sort-spinner {
    margin-left: 5px;
}

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

.butter-component-table-column-header>div {
    display: flex;
    align-items: center;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy