@@ -39,7 +39,7 @@ table.dataTable tfoot th {
39
39
table .dataTable thead th ,
40
40
table .dataTable thead td {
41
41
padding : 10px 18px ;
42
- border-bottom : 1px solid # 111 ;
42
+ border-bottom : 1px solid # 111111 ;
43
43
}
44
44
table .dataTable thead th : active ,
45
45
table .dataTable thead td : active {
@@ -48,15 +48,19 @@ table.dataTable thead td:active {
48
48
table .dataTable tfoot th ,
49
49
table .dataTable tfoot td {
50
50
padding : 10px 18px 6px 18px ;
51
- border-top : 1px solid # 111 ;
51
+ border-top : 1px solid # 111111 ;
52
+ }
53
+ table .dataTable thead .sorting ,
54
+ table .dataTable thead .sorting_asc ,
55
+ table .dataTable thead .sorting_desc {
56
+ cursor : pointer;
57
+ * cursor : hand;
52
58
}
53
59
table .dataTable thead .sorting ,
54
60
table .dataTable thead .sorting_asc ,
55
61
table .dataTable thead .sorting_desc ,
56
62
table .dataTable thead .sorting_asc_disabled ,
57
63
table .dataTable thead .sorting_desc_disabled {
58
- cursor : pointer;
59
- * cursor : hand;
60
64
background-repeat : no-repeat;
61
65
background-position : center right;
62
66
}
@@ -76,30 +80,30 @@ table.dataTable thead .sorting_desc_disabled {
76
80
background-image : url ("../images/sort_desc_disabled.png" );
77
81
}
78
82
table .dataTable tbody tr {
79
- background-color : # ffffff ;
83
+ background-color : white ;
80
84
}
81
85
table .dataTable tbody tr .selected {
82
- background-color : # B0BED9 ;
86
+ background-color : # b0bed9 ;
83
87
}
84
88
table .dataTable tbody th ,
85
89
table .dataTable tbody td {
86
90
padding : 8px 10px ;
87
91
}
88
92
table .dataTable .row-border tbody th , table .dataTable .row-border tbody td , table .dataTable .display tbody th , table .dataTable .display tbody td {
89
- border-top : 1px solid # ddd ;
93
+ border-top : 1px solid # dddddd ;
90
94
}
91
95
table .dataTable .row-border tbody tr : first-child th ,
92
96
table .dataTable .row-border tbody tr : first-child td , table .dataTable .display tbody tr : first-child th ,
93
97
table .dataTable .display tbody tr : first-child td {
94
98
border-top : none;
95
99
}
96
100
table .dataTable .cell-border tbody th , table .dataTable .cell-border tbody td {
97
- border-top : 1px solid # ddd ;
98
- border-right : 1px solid # ddd ;
101
+ border-top : 1px solid # dddddd ;
102
+ border-right : 1px solid # dddddd ;
99
103
}
100
104
table .dataTable .cell-border tbody tr th : first-child ,
101
105
table .dataTable .cell-border tbody tr td : first-child {
102
- border-left : 1px solid # ddd ;
106
+ border-left : 1px solid # dddddd ;
103
107
}
104
108
table .dataTable .cell-border tbody tr : first-child th ,
105
109
table .dataTable .cell-border tbody tr : first-child td {
@@ -109,27 +113,27 @@ table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
109
113
background-color : # f9f9f9 ;
110
114
}
111
115
table .dataTable .stripe tbody tr .odd .selected , table .dataTable .display tbody tr .odd .selected {
112
- background-color : # acbad4 ;
116
+ background-color : # abb9d3 ;
113
117
}
114
118
table .dataTable .hover tbody tr : hover , table .dataTable .display tbody tr : hover {
115
- background-color : # f6f6f6 ;
119
+ background-color : whitesmoke ;
116
120
}
117
121
table .dataTable .hover tbody tr : hover .selected , table .dataTable .display tbody tr : hover .selected {
118
- background-color : # aab7d1 ;
122
+ background-color : # a9b7d1 ;
119
123
}
120
124
table .dataTable .order-column tbody tr > .sorting_1 ,
121
125
table .dataTable .order-column tbody tr > .sorting_2 ,
122
126
table .dataTable .order-column tbody tr > .sorting_3 , table .dataTable .display tbody tr > .sorting_1 ,
123
127
table .dataTable .display tbody tr > .sorting_2 ,
124
128
table .dataTable .display tbody tr > .sorting_3 {
125
- background-color : # fafafa ;
129
+ background-color : # f9f9f9 ;
126
130
}
127
131
table .dataTable .order-column tbody tr .selected > .sorting_1 ,
128
132
table .dataTable .order-column tbody tr .selected > .sorting_2 ,
129
133
table .dataTable .order-column tbody tr .selected > .sorting_3 , table .dataTable .display tbody tr .selected > .sorting_1 ,
130
134
table .dataTable .display tbody tr .selected > .sorting_2 ,
131
135
table .dataTable .display tbody tr .selected > .sorting_3 {
132
- background-color : # acbad5 ;
136
+ background-color : # acbad4 ;
133
137
}
134
138
table .dataTable .display tbody tr .odd > .sorting_1 , table .dataTable .order-column .stripe tbody tr .odd > .sorting_1 {
135
139
background-color : # f1f1f1 ;
@@ -141,28 +145,28 @@ table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.
141
145
background-color : whitesmoke;
142
146
}
143
147
table .dataTable .display tbody tr .odd .selected > .sorting_1 , table .dataTable .order-column .stripe tbody tr .odd .selected > .sorting_1 {
144
- background-color : # a6b4cd ;
148
+ background-color : # a6b3cd ;
145
149
}
146
150
table .dataTable .display tbody tr .odd .selected > .sorting_2 , table .dataTable .order-column .stripe tbody tr .odd .selected > .sorting_2 {
147
- background-color : # a8b5cf ;
151
+ background-color : # a7b5ce ;
148
152
}
149
153
table .dataTable .display tbody tr .odd .selected > .sorting_3 , table .dataTable .order-column .stripe tbody tr .odd .selected > .sorting_3 {
150
- background-color : # a9b7d1 ;
154
+ background-color : # a9b6d0 ;
151
155
}
152
156
table .dataTable .display tbody tr .even > .sorting_1 , table .dataTable .order-column .stripe tbody tr .even > .sorting_1 {
153
- background-color : # fafafa ;
157
+ background-color : # f9f9f9 ;
154
158
}
155
159
table .dataTable .display tbody tr .even > .sorting_2 , table .dataTable .order-column .stripe tbody tr .even > .sorting_2 {
156
- background-color : # fcfcfc ;
160
+ background-color : # fbfbfb ;
157
161
}
158
162
table .dataTable .display tbody tr .even > .sorting_3 , table .dataTable .order-column .stripe tbody tr .even > .sorting_3 {
159
- background-color : # fefefe ;
163
+ background-color : # fdfdfd ;
160
164
}
161
165
table .dataTable .display tbody tr .even .selected > .sorting_1 , table .dataTable .order-column .stripe tbody tr .even .selected > .sorting_1 {
162
- background-color : # acbad5 ;
166
+ background-color : # acbad4 ;
163
167
}
164
168
table .dataTable .display tbody tr .even .selected > .sorting_2 , table .dataTable .order-column .stripe tbody tr .even .selected > .sorting_2 {
165
- background-color : # aebcd6 ;
169
+ background-color : # adbbd6 ;
166
170
}
167
171
table .dataTable .display tbody tr .even .selected > .sorting_3 , table .dataTable .order-column .stripe tbody tr .even .selected > .sorting_3 {
168
172
background-color : # afbdd8 ;
@@ -171,22 +175,22 @@ table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-colum
171
175
background-color : # eaeaea ;
172
176
}
173
177
table .dataTable .display tbody tr : hover > .sorting_2 , table .dataTable .order-column .hover tbody tr : hover > .sorting_2 {
174
- background-color : # ececec ;
178
+ background-color : # ebebeb ;
175
179
}
176
180
table .dataTable .display tbody tr : hover > .sorting_3 , table .dataTable .order-column .hover tbody tr : hover > .sorting_3 {
177
- background-color : # efefef ;
181
+ background-color : # eeeeee ;
178
182
}
179
183
table .dataTable .display tbody tr : hover .selected > .sorting_1 , table .dataTable .order-column .hover tbody tr : hover .selected > .sorting_1 {
180
- background-color : # a2aec7 ;
184
+ background-color : # a1aec7 ;
181
185
}
182
186
table .dataTable .display tbody tr : hover .selected > .sorting_2 , table .dataTable .order-column .hover tbody tr : hover .selected > .sorting_2 {
183
- background-color : # a3b0c9 ;
187
+ background-color : # a2afc8 ;
184
188
}
185
189
table .dataTable .display tbody tr : hover .selected > .sorting_3 , table .dataTable .order-column .hover tbody tr : hover .selected > .sorting_3 {
186
- background-color : # a5b2cb ;
190
+ background-color : # a4b2cb ;
187
191
}
188
192
table .dataTable .no-footer {
189
- border-bottom : 1px solid # 111 ;
193
+ border-bottom : 1px solid # 111111 ;
190
194
}
191
195
table .dataTable .nowrap th , table .dataTable .nowrap td {
192
196
white-space : nowrap;
@@ -278,6 +282,7 @@ table.dataTable tbody td.dt-body-nowrap {
278
282
table .dataTable ,
279
283
table .dataTable th ,
280
284
table .dataTable td {
285
+ -webkit-box-sizing : content-box;
281
286
box-sizing : content-box;
282
287
}
283
288
@@ -320,25 +325,25 @@ table.dataTable td {
320
325
text-decoration : none !important ;
321
326
cursor : pointer;
322
327
* cursor : hand;
323
- color : # 333 !important ;
328
+ color : # 333333 !important ;
324
329
border : 1px solid transparent;
325
330
border-radius : 2px ;
326
331
}
327
332
.dataTables_wrapper .dataTables_paginate .paginate_button .current , .dataTables_wrapper .dataTables_paginate .paginate_button .current : hover {
328
- color : # 333 !important ;
333
+ color : # 333333 !important ;
329
334
border : 1px solid # 979797 ;
330
335
background-color : white;
331
- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , white), color-stop (100% , # dcdcdc ));
336
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , white), color-stop (100% , gainsboro ));
332
337
/* Chrome,Safari4+ */
333
- background : -webkit-linear-gradient (top, white 0% , # dcdcdc 100% );
338
+ background : -webkit-linear-gradient (top, white 0% , gainsboro 100% );
334
339
/* Chrome10+,Safari5.1+ */
335
- background : -moz-linear-gradient (top, white 0% , # dcdcdc 100% );
340
+ background : -moz-linear-gradient (top, white 0% , gainsboro 100% );
336
341
/* FF3.6+ */
337
- background : -ms-linear-gradient (top, white 0% , # dcdcdc 100% );
342
+ background : -ms-linear-gradient (top, white 0% , gainsboro 100% );
338
343
/* IE10+ */
339
- background : -o-linear-gradient (top, white 0% , # dcdcdc 100% );
344
+ background : -o-linear-gradient (top, white 0% , gainsboro 100% );
340
345
/* Opera 11.10+ */
341
- background : linear-gradient (to bottom, white 0% , # dcdcdc 100% );
346
+ background : linear-gradient (to bottom, white 0% , gainsboro 100% );
342
347
/* W3C */
343
348
}
344
349
.dataTables_wrapper .dataTables_paginate .paginate_button .disabled , .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : hover , .dataTables_wrapper .dataTables_paginate .paginate_button .disabled : active {
@@ -350,19 +355,19 @@ table.dataTable td {
350
355
}
351
356
.dataTables_wrapper .dataTables_paginate .paginate_button : hover {
352
357
color : white !important ;
353
- border : 1px solid # 111 ;
358
+ border : 1px solid # 111111 ;
354
359
background-color : # 585858 ;
355
- background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 585858 ), color-stop (100% , # 111 ));
360
+ background : -webkit-gradient (linear, left top, left bottom, color-stop (0% , # 585858 ), color-stop (100% , # 111111 ));
356
361
/* Chrome,Safari4+ */
357
- background : -webkit-linear-gradient (top, # 585858 0% , # 111 100% );
362
+ background : -webkit-linear-gradient (top, # 585858 0% , # 111111 100% );
358
363
/* Chrome10+,Safari5.1+ */
359
- background : -moz-linear-gradient (top, # 585858 0% , # 111 100% );
364
+ background : -moz-linear-gradient (top, # 585858 0% , # 111111 100% );
360
365
/* FF3.6+ */
361
- background : -ms-linear-gradient (top, # 585858 0% , # 111 100% );
366
+ background : -ms-linear-gradient (top, # 585858 0% , # 111111 100% );
362
367
/* IE10+ */
363
- background : -o-linear-gradient (top, # 585858 0% , # 111 100% );
368
+ background : -o-linear-gradient (top, # 585858 0% , # 111111 100% );
364
369
/* Opera 11.10+ */
365
- background : linear-gradient (to bottom, # 585858 0% , # 111 100% );
370
+ background : linear-gradient (to bottom, # 585858 0% , # 111111 100% );
366
371
/* W3C */
367
372
}
368
373
.dataTables_wrapper .dataTables_paginate .paginate_button : active {
@@ -409,7 +414,7 @@ table.dataTable td {
409
414
.dataTables_wrapper .dataTables_info ,
410
415
.dataTables_wrapper .dataTables_processing ,
411
416
.dataTables_wrapper .dataTables_paginate {
412
- color : # 333 ;
417
+ color : # 333333 ;
413
418
}
414
419
.dataTables_wrapper .dataTables_scroll {
415
420
clear : both;
@@ -418,22 +423,21 @@ table.dataTable td {
418
423
* margin-top : -1px ;
419
424
-webkit-overflow-scrolling : touch;
420
425
}
421
- .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > thead > tr > th , .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > thead > tr > td , . dataTables_wrapper . dataTables_scroll div . dataTables_scrollBody > table > tbody > tr > th , . dataTables_wrapper . dataTables_scroll div . dataTables_scrollBody > table > tbody > tr > td {
426
+ .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody th , .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody td {
422
427
vertical-align : middle;
423
428
}
424
- .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > thead > tr > th > div .dataTables_sizing ,
425
- .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > thead > tr > td > div .dataTables_sizing , .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > tbody > tr > th > div .dataTables_sizing ,
426
- .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody > table > tbody > tr > td > div .dataTables_sizing {
429
+ .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody th > div .dataTables_sizing ,
430
+ .dataTables_wrapper .dataTables_scroll div .dataTables_scrollBody td > div .dataTables_sizing {
427
431
height : 0 ;
428
432
overflow : hidden;
429
433
margin : 0 !important ;
430
434
padding : 0 !important ;
431
435
}
432
436
.dataTables_wrapper .no-footer .dataTables_scrollBody {
433
- border-bottom : 1px solid # 111 ;
437
+ border-bottom : 1px solid # 111111 ;
434
438
}
435
- .dataTables_wrapper .no-footer div .dataTables_scrollHead table . dataTable ,
436
- .dataTables_wrapper .no-footer div .dataTables_scrollBody > table {
439
+ .dataTables_wrapper .no-footer div .dataTables_scrollHead table ,
440
+ .dataTables_wrapper .no-footer div .dataTables_scrollBody table {
437
441
border-bottom : none;
438
442
}
439
443
.dataTables_wrapper : after {
0 commit comments