Innqube/iq-bootstrap-table

View on GitHub
src/app/component-wrapper/src/app/table/table.component.css

Summary

Maintainability
Test Coverage
.header th{
    border-bottom: 2px solid #dddddd;
}

.table>tbody>tr>td {
    border-top: 1px dotted #ddd;
}

.sortable .icon {
    font-weight: bolder;
    color: #d6d6d6;
    font-size: 10px;
}

.sortable a {
    cursor: pointer;
}

.sortable a:hover {
    text-decoration: none;
}