Matteo Scandolo | 2500e39 | 2016-03-25 17:20:27 -0700 | [diff] [blame] | 1 | table.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 | |
| 15 | table.dataTable tr.odd, |
| 16 | table.dataTable tr.odd td.sorting_1{ |
| 17 | background-color: $gray-lighter !important; |
| 18 | } |
| 19 | table.dataTable tr.even td.sorting_1{ |
| 20 | background-color: #fff; |
| 21 | } |
| 22 | table.dataTable thead th div.DataTables_sort_wrapper { |
| 23 | font-weight: bold; |
| 24 | } |