Change color of jQuery DataTables footer one shade of gray darker (better contrast). refs #1357
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -571,7 +571,7 @@ div.tablesorterPager input { | ... | @@ -571,7 +571,7 @@ div.tablesorterPager input { |
| 571 | 571 | ||
| 572 | #mytable_length, .dataTables_length { float:left; width:200px; } | 572 | #mytable_length, .dataTables_length { float:left; width:200px; } |
| 573 | #mytable_filter, .dataTables_filter { float:right; text-align:right; width:400px; } | 573 | #mytable_filter, .dataTables_filter { float:right; text-align:right; width:400px; } |
| 574 | #mytable_info, .dataTables_info { font-size:11px; color: #ccc;} | 574 | #mytable_info, .dataTables_info { font-size:11px; color: #bbb;} |
| 575 | 575 | ||
| 576 | .tz-data-table-no-sort thead { display: none; } | 576 | .tz-data-table-no-sort thead { display: none; } |
| 577 | 577 | ||
| ... | @@ -579,7 +579,7 @@ div.tablesorterPager input { | ... | @@ -579,7 +579,7 @@ div.tablesorterPager input { |
| 579 | .sorting_asc { background-image: url(/wp-content/themes/cbv/assets/images/asc.gif); color: #DF3224; } | 579 | .sorting_asc { background-image: url(/wp-content/themes/cbv/assets/images/asc.gif); color: #DF3224; } |
| 580 | .sorting_desc { background-image: url(/wp-content/themes/cbv/assets/images/desc.gif); color: #DF3224; } | 580 | .sorting_desc { background-image: url(/wp-content/themes/cbv/assets/images/desc.gif); color: #DF3224; } |
| 581 | 581 | ||
| 582 | .paginate_button_disabled { color: #ccc; cursor: default; } | 582 | .paginate_button_disabled { color: #bbb; cursor: default; } |
| 583 | 583 | ||
| 584 | .dataTables_wrapper { | 584 | .dataTables_wrapper { |
| 585 | position:relative; | 585 | position:relative; | ... | ... |
-
Please register or sign in to post a comment