7
background-color: #fff;
11
border: #cdcdcd 1px solid;
12
border-width: 1px 0 0 1px;
15
.tablesorter-blue td {
16
border: #cdcdcd 1px solid;
17
border-width: 0 1px 1px 0;
22
.tablesorter-blue thead td {
23
font: bold 12px/18px Arial, Sans-serif;
25
background-color: #99bfe6;
26
border-collapse: collapse;
28
text-shadow: 0 1px 0 rgba(204, 204, 204, 0.7);
30
.tablesorter-blue tbody td,
31
.tablesorter-blue tfoot th,
32
.tablesorter-blue tfoot td {
36
.tablesorter-blue .header,
37
.tablesorter-blue .tablesorter-header {
38
/* black (unsorted) double arrow */
39
background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
40
/* white (unsorted) double arrow */
41
/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
43
/* background-image: url(images/black-unsorted.gif); */
44
background-repeat: no-repeat;
45
background-position: center right;
46
padding: 4px 18px 4px 4px;
50
.tablesorter-blue .headerSortUp,
51
.tablesorter-blue .tablesorter-headerSortUp,
52
.tablesorter-blue .tablesorter-headerAsc {
53
background-color: #9fbfdf;
55
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
57
/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
59
/* background-image: url(images/black-asc.gif); */
61
.tablesorter-blue .headerSortDown,
62
.tablesorter-blue .tablesorter-headerSortDown,
63
.tablesorter-blue .tablesorter-headerDesc {
64
background-color: #8cb3d9;
65
/* black desc arrow */
66
background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
67
/* white desc arrow */
68
/* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
70
/* background-image: url(images/black-desc.gif); */
72
.tablesorter-blue thead .sorter-false {
73
background-image: none;
79
.tablesorter-blue tfoot .tablesorter-headerSortUp,
80
.tablesorter-blue tfoot .tablesorter-headerSortDown,
81
.tablesorter-blue tfoot .tablesorter-headerAsc,
82
.tablesorter-blue tfoot .tablesorter-headerDesc {
83
/* remove sort arrows from footer */
84
background-image: none;
88
.tablesorter-blue td {
90
background-color: #fff;
96
you'll need to add additional lines for
97
rows with more than 2 child rows
99
.tablesorter-blue tbody > tr:hover > td,
100
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow > td,
101
.tablesorter-blue tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td,
102
.tablesorter-blue tbody > tr.even:hover > td,
103
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow > td,
104
.tablesorter-blue tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
107
.tablesorter-blue tbody > tr.odd:hover > td,
108
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow > td,
109
.tablesorter-blue tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
113
/* table processing indicator */
114
.tablesorter-blue .tablesorter-processing {
115
background-position: center center !important;
116
background-repeat: no-repeat !important;
117
/* background-image: url(../addons/pager/icons/loading.gif) !important; */
118
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
121
/* Zebra Widget - row alternating colors */
122
.tablesorter-blue tbody tr.odd td {
123
background-color: #ebf2fa;
125
.tablesorter-blue tbody tr.even td {
126
background-color: #fff;
129
/* Column Widget - column sort colors */
130
.tablesorter-blue td.primary,
131
.tablesorter-blue tr.odd td.primary {
132
background-color: #99b3e6;
134
.tablesorter-blue tr.even td.primary {
135
background-color: #c2d1f0;
137
.tablesorter-blue td.secondary,
138
.tablesorter-blue tr.odd td.secondary {
139
background-color: #c2d1f0;
141
.tablesorter-blue tr.even td.secondary {
142
background-color: #d6e0f5;
144
.tablesorter-blue td.tertiary,
145
.tablesorter-blue tr.odd td.tertiary {
146
background-color: #d6e0f5;
148
.tablesorter-blue tr.even td.tertiary {
149
background-color: #ebf0fa;
158
.tablesorter-blue .tablesorter-filter-row td {
161
text-align: center; /* center the input */
162
-webkit-transition: line-height 0.1s ease;
163
-moz-transition: line-height 0.1s ease;
164
-o-transition: line-height 0.1s ease;
165
transition: line-height 0.1s ease;
167
/* optional disabled input styling */
168
.tablesorter-blue .tablesorter-filter-row .disabled {
170
filter: alpha(opacity=50);
173
/* hidden filter row */
174
.tablesorter-blue .tablesorter-filter-row.hideme td {
175
/*** *********************************************** ***/
176
/*** change this padding to modify the thickness ***/
177
/*** of the closed filter row (height = padding x 2) ***/
179
/*** *********************************************** ***/
184
.tablesorter-blue .tablesorter-filter-row.hideme .tablesorter-filter {
190
/* don't use visibility: hidden because it disables tabbing */
192
filter: alpha(opacity=0);
195
.tablesorter-blue .tablesorter-filter {
200
background-color: #fff;
201
border: 1px solid #bbb;
203
-webkit-box-sizing: border-box;
204
-moz-box-sizing: border-box;
205
box-sizing: border-box;
206
-webkit-transition: height 0.1s ease;
207
-moz-transition: height 0.1s ease;
208
-o-transition: height 0.1s ease;
209
transition: height 0.1s ease;
211
/* rows hidden by filtering (needed for child rows) */
212
.tablesorter .filtered {
217
.tablesorter .tablesorter-errorRow td {
220
background-color: #e6bf99;