headers for tables changed

This commit is contained in:
piratefinn 2017-09-07 17:45:20 +01:00
parent 4161b57476
commit a378ab4b28

View file

@ -9,6 +9,11 @@
.table-hover tbody tr:hover td { .table-hover tbody tr:hover td {
background-color: $table-bg-hover; background-color: $table-bg-hover;
} }
.table thead tr {
background-color: #0f81a8;
color: #e8ebed;
}
// white title font variant on type-2 as defined in _widgets.css // white title font variant on type-2 as defined in _widgets.css
.horizontal-bars { .horizontal-bars {
padding: 0; padding: 0;