blob: a57262001f96bc4dc44f3894704ebc3c116e381f [file] [log] [blame]
Matteo Scandolo144c1882016-03-25 17:20:27 -07001table.dataTable thead{
2 th div.DataTables_sort_wrapper{
3 font-weight: normal !important;
4 }
5 tr {
6 background-color: $thead-background;
7
8 th.ui-state-default {
9 background: transparent !important;
10 color: #fff !important;
11 }
12 }
13}
14
15table.dataTable tr.odd,
16table.dataTable tr.odd td.sorting_1{
17 background-color: $gray-lighter !important;
18}
19table.dataTable tr.even td.sorting_1{
20 background-color: #fff;
21}
22table.dataTable thead th div.DataTables_sort_wrapper {
23 font-weight: bold;
24}