ff7ce81c by Marty Penner

Change color of jQuery DataTables footer one shade of gray darker (better contrast). refs #1357

1 parent 67cef6d7
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
16 * ACCENTS: 16 * ACCENTS:
17 * blue: #71aed7 17 * blue: #71aed7
18 * gray: #ebebeb 18 * gray: #ebebeb
19 * 19 *
20 */ 20 */
21 21
22 #header-logo { 22 #header-logo {
...@@ -69,7 +69,7 @@ border:none; ...@@ -69,7 +69,7 @@ border:none;
69 69
70 #backtoblog { background:#3b0d32; color:#fadfb3; } 70 #backtoblog { background:#3b0d32; color:#fadfb3; }
71 71
72 /* 72 /*
73 #wphead { display:none; } 73 #wphead { display:none; }
74 74
75 #TzBrandingHeader { 75 #TzBrandingHeader {
...@@ -92,7 +92,7 @@ border:none; ...@@ -92,7 +92,7 @@ border:none;
92 color:#f7bd55; 92 color:#f7bd55;
93 padding:5px 10px; 93 padding:5px 10px;
94 font-size:11px; 94 font-size:11px;
95 95
96 clear:both; 96 clear:both;
97 position:relative; 97 position:relative;
98 margin-top: -28px; 98 margin-top: -28px;
...@@ -131,7 +131,7 @@ table.tabular-data tbody td {} ...@@ -131,7 +131,7 @@ table.tabular-data tbody td {}
131 } 131 }
132 132
133 #popup_title { 133 #popup_title {
134 color:#f7bd55; 134 color:#f7bd55;
135 font-size: 12px; 135 font-size: 12px;
136 font-weight: bold; 136 font-weight: bold;
137 text-align: left; 137 text-align: left;
...@@ -191,7 +191,7 @@ table.tabular-data tbody td {} ...@@ -191,7 +191,7 @@ table.tabular-data tbody td {}
191 #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;} 191 #cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
192 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;} 192 #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
193 193
194 /* 194 /*
195 ColorBox example user style 195 ColorBox example user style
196 The following rules are ordered and tabbed in a way that represents the 196 The following rules are ordered and tabbed in a way that represents the
197 order/nesting of the generated HTML, so that the structure easier to understand. 197 order/nesting of the generated HTML, so that the structure easier to understand.
...@@ -241,13 +241,13 @@ table.tabular-data tbody td {} ...@@ -241,13 +241,13 @@ table.tabular-data tbody td {}
241 241
242 .validation-errors ul { 242 .validation-errors ul {
243 margin:0; 243 margin:0;
244 padding:0; 244 padding:0;
245 } 245 }
246 .validation-errors ul li { 246 .validation-errors ul li {
247 margin: 0px 0px 3px 0px; 247 margin: 0px 0px 3px 0px;
248 padding:0px; 248 padding:0px;
249 font-size:11px; 249 font-size:11px;
250 background: none; 250 background: none;
251 } 251 }
252 252
253 .my-profile-table { margin-top:0px; padding-top:0px;} 253 .my-profile-table { margin-top:0px; padding-top:0px;}
...@@ -402,7 +402,7 @@ a.dp-choose-date { ...@@ -402,7 +402,7 @@ a.dp-choose-date {
402 display: block; 402 display: block;
403 text-indent: -2000px; 403 text-indent: -2000px;
404 overflow: hidden; 404 overflow: hidden;
405 background: url(../images/calendar.png) no-repeat; 405 background: url(../images/calendar.png) no-repeat;
406 } 406 }
407 a.dp-choose-date.dp-disabled { 407 a.dp-choose-date.dp-disabled {
408 background-position: 0 -20px; 408 background-position: 0 -20px;
...@@ -468,8 +468,8 @@ input.dp-applied { ...@@ -468,8 +468,8 @@ input.dp-applied {
468 .status-paid { 468 .status-paid {
469 width:97px; 469 width:97px;
470 height:87px; 470 height:87px;
471 position:absolute; 471 position:absolute;
472 bottom:60px; 472 bottom:60px;
473 right:350px; 473 right:350px;
474 background: transparent url(../images/paid.png) top left no-repeat; 474 background: transparent url(../images/paid.png) top left no-repeat;
475 } 475 }
...@@ -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;
......