aboutsummaryrefslogtreecommitdiff
path: root/styles/table-style.css
blob: ddceb3875dd7e48d5eedf1659faad6ea5c47b23b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.tabulator {
  border: none;
  background-color: #282a36;
}

.tabulator .tabulator-header {
  background-color: #474A5E;
  color: whitesmoke;
}

.tabulator .tabulator-header .tabulator-col {
  background-color: #474A5E;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  background-color: #6D8A88;
}

.tabulator .tabulator-row {
  background-color: #282a36;
  color: whitesmoke;
}

.tabulator .tabulator-row.tabulator-row-even {
  background-color: #474A5E;
} 

.tabulator .tabulator-row.tabulator-selectable:hover {
  background-color: #6D8A88;
}