summaryrefslogtreecommitdiff
path: root/client/table/tabulator.css
blob: 240053685d43b70c1c0ee27e5569f9c0d552812e (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
.tabulator {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
}
.tabulator-row.tabulator-row-odd {
  background-color: #222;
}
.tabulator-row.tabulator-row-even {
  background-color: #333;
}
.desktop .tabulator-row.tabulator-selectable:hover {
  background-color: #555;
}
.tabulator-row .tabulator-cell {
  border-right: 1px solid #444;
  padding: 8px;
}
.tabulator .tabulator-header {
  border-bottom: 0;
}
.tabulator .tabulator-header .tabulator-col {
  border-right: 1px solid #444;
}
.tabulator .tabulator-tableHolder .tabulator-table {
  background-color: #333;
}