|
20 | 20 | cursor: pointer;
|
21 | 21 | white-space: normal;
|
22 | 22 | }
|
23 |
| -.tablesorter-bootstrap:not(.table-inverse) thead:not(.thead-inverse) .tablesorter-header, |
24 |
| -.tablesorter-bootstrap:not(.table-inverse) tfoot th, |
25 |
| -.tablesorter-bootstrap:not(.table-inverse) tfoot td { |
| 23 | +.tablesorter-bootstrap:not(.table-dark) thead:not(.thead-dark) .tablesorter-header, |
| 24 | +.tablesorter-bootstrap:not(.table-dark) tfoot th, |
| 25 | +.tablesorter-bootstrap:not(.table-dark) tfoot td { |
26 | 26 | background-color: #eee;
|
27 | 27 | }
|
28 | 28 |
|
|
51 | 51 | }
|
52 | 52 |
|
53 | 53 | /* white icons */
|
54 |
| -.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerUnSorted:not(.sorter-false), |
55 |
| -.tablesorter-bootstrap.table-inverse thead .tablesorter-headerUnSorted:not(.sorter-false) { |
| 54 | +.tablesorter-bootstrap thead.thead-dark .tablesorter-headerUnSorted:not(.sorter-false), |
| 55 | +.tablesorter-bootstrap.table-dark thead .tablesorter-headerUnSorted:not(.sorter-false) { |
56 | 56 | background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE0IDIwIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgMTNsLTIuNS0yLjVMNyAxNWwtNC41LTQuNUwwIDEzbDcgN3pNMTQgNy41TDExLjUgMTAgNyA1LjUgMi41IDEwIDAgNy41bDctN3oiLz48L3N2Zz4=);
|
57 | 57 | }
|
58 |
| -.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerAsc, |
59 |
| -.tablesorter-bootstrap.table-inverse thead .tablesorter-headerAsc { |
| 58 | +.tablesorter-bootstrap thead.thead-dark .tablesorter-headerAsc, |
| 59 | +.tablesorter-bootstrap.table-dark thead .tablesorter-headerAsc { |
60 | 60 | background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgOS41TDExLjUgMTIgNyA3LjUgMi41IDEyIDAgOS41bDctN3oiLz48L3N2Zz4=);
|
61 | 61 | }
|
62 |
| -.tablesorter-bootstrap thead.thead-inverse .tablesorter-headerDesc, |
63 |
| -.tablesorter-bootstrap.table-inverse thead .tablesorter-headerDesc { |
| 62 | +.tablesorter-bootstrap thead.thead-dark .tablesorter-headerDesc, |
| 63 | +.tablesorter-bootstrap.table-dark thead .tablesorter-headerDesc { |
64 | 64 | background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE0IDE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTQgNWwtMi41LTIuNS00LjUgNC41LTQuNS00LjVMMCA1IDcgMTJ6Ii8+PC9zdmc+);
|
65 | 65 | }
|
66 | 66 |
|
67 | 67 | /* since bootstrap (table-striped) uses nth-child(), we just use this to add a zebra stripe color */
|
68 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd > td, |
69 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td { |
| 68 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd > td, |
| 69 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ tr.tablesorter-hasChildRow.odd ~ .tablesorter-childRow.odd > td { |
70 | 70 | background-color: #f9f9f9;
|
71 | 71 | }
|
72 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.hover > td, |
73 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd:hover > td, |
74 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even:hover > td, |
75 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td, |
76 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td { |
| 72 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.hover > td, |
| 73 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd:hover > td, |
| 74 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even:hover > td, |
| 75 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.odd:hover ~ .tablesorter-childRow.odd > td, |
| 76 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ .tablesorter-childRow.even > td { |
77 | 77 | background-color: #f5f5f5;
|
78 | 78 | }
|
79 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even > td, |
80 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td { |
| 79 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even > td, |
| 80 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.tablesorter-hasChildRow.even:hover ~ tr.tablesorter-hasChildRow.even ~ .tablesorter-childRow.even > td { |
81 | 81 | background-color: #fff;
|
82 | 82 | }
|
83 | 83 |
|
|
89 | 89 | }
|
90 | 90 |
|
91 | 91 | /* Column Widget - column sort colors */
|
92 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.primary { |
| 92 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.primary { |
93 | 93 | background-color: #bfbfbf;
|
94 | 94 | }
|
95 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.primary, |
96 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.primary { |
| 95 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.primary, |
| 96 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.primary { |
97 | 97 | background-color: #d9d9d9;
|
98 | 98 | }
|
99 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.secondary { |
| 99 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.secondary { |
100 | 100 | background-color: #d9d9d9;
|
101 | 101 | }
|
102 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.secondary, |
103 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.secondary { |
| 102 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.secondary, |
| 103 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.secondary { |
104 | 104 | background-color: #e6e6e6;
|
105 | 105 | }
|
106 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.odd td.tertiary { |
| 106 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.odd td.tertiary { |
107 | 107 | background-color: #e6e6e6;
|
108 | 108 | }
|
109 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr td.tertiary, |
110 |
| -.tablesorter-bootstrap:not(.table-inverse) > tbody > tr.even td.tertiary { |
| 109 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr td.tertiary, |
| 110 | +.tablesorter-bootstrap:not(.table-dark) > tbody > tr.even td.tertiary { |
111 | 111 | background-color: #f2f2f2;
|
112 | 112 | }
|
113 | 113 |
|
114 | 114 | /* caption */
|
115 |
| -.tablesorter-bootstrap:not(.table-inverse) .caption { |
| 115 | +.tablesorter-bootstrap:not(.table-dark) .caption { |
116 | 116 | background-color: #fff;
|
117 | 117 | }
|
118 | 118 |
|
|
129 | 129 | -o-transition: height 0.1s ease;
|
130 | 130 | transition: height 0.1s ease;
|
131 | 131 | }
|
132 |
| -.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row { |
| 132 | +.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row { |
133 | 133 | background-color: #efefef;
|
134 | 134 | }
|
135 |
| -.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row input.tablesorter-filter, |
136 |
| -.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row select.tablesorter-filter { |
| 135 | +.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row input.tablesorter-filter, |
| 136 | +.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row select.tablesorter-filter { |
137 | 137 | color: #333;
|
138 | 138 | }
|
139 | 139 |
|
|
144 | 144 | transition: height 0.1s ease;
|
145 | 145 | }
|
146 | 146 |
|
147 |
| -.tablesorter-bootstrap:not(.table-inverse) .tablesorter-filter-row td { |
| 147 | +.tablesorter-bootstrap:not(.table-dark) .tablesorter-filter-row td { |
148 | 148 | line-height: normal;
|
149 | 149 | text-align: center;
|
150 | 150 | padding: 4px 6px;
|
|
176 | 176 | }
|
177 | 177 |
|
178 | 178 | /* pager plugin */
|
179 |
| - |
180 | 179 | .tablesorter-bootstrap .tablesorter-pager .pagedisplay {
|
181 | 180 | border: 0;
|
182 | 181 | }
|
183 | 182 |
|
184 | 183 | /* ajax error row */
|
185 |
| -.tablesorter:not(.table-inverse) .tablesorter-errorRow td { |
| 184 | +.tablesorter:not(.table-dark) .tablesorter-errorRow td { |
186 | 185 | text-align: center;
|
187 | 186 | cursor: pointer;
|
188 | 187 | background-color: #e6bf99;
|
|
0 commit comments