7 font: 12px/18px Arial
, Sans-serif
;
9 background-color: #fff;
16 .tablesorter-default th
,
17 .tablesorter-default thead td {
18 font: bold
12px/18px Arial
, Sans-serif
;
20 background-color: #fff;
21 border-collapse: collapse
;
22 border-bottom: #ccc 2px solid
;
25 .tablesorter-default tfoot th
,
26 .tablesorter-default tfoot td {
29 .tablesorter-default
.header
,
30 .tablesorter-default .tablesorter-header {
31 background-image: url
(data:image
/gif
;base64
,R0lGODlhFQAJAIAAACMtMP
///yH5BAEAAAEALAAAAAAVAAkAAAIXjI
+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw
==);
32 background-position: center right
;
33 background-repeat: no-repeat
;
36 padding: 4px 20px 4px 4px;
38 .tablesorter-default thead
.headerSortUp
,
39 .tablesorter-default thead
.tablesorter-headerSortUp
,
40 .tablesorter-default thead .tablesorter-headerAsc {
41 background-image: url
(data:image
/gif
;base64
,R0lGODlhFQAEAIAAACMtMP
///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7
);
42 border-bottom: #000 2px solid
;
44 .tablesorter-default thead
.headerSortDown
,
45 .tablesorter-default thead
.tablesorter-headerSortDown
,
46 .tablesorter-default thead .tablesorter-headerDesc {
47 background-image: url
(data:image
/gif
;base64
,R0lGODlhFQAEAIAAACMtMP
///yH5BAEAAAEALAAAAAAVAAQAAAINjB
+gC
+jP2ptn0WskLQA7
);
48 border-bottom: #000 2px solid
;
50 .tablesorter-default thead .sorter-false {
51 background-image: none
;
57 .tablesorter-default tfoot
.tablesorter-headerSortUp
,
58 .tablesorter-default tfoot
.tablesorter-headerSortDown
,
59 .tablesorter-default tfoot
.tablesorter-headerAsc
,
60 .tablesorter-default tfoot .tablesorter-headerDesc {
61 border-top: #000 2px solid
;
65 .tablesorter-default td {
66 background-color: #fff;
67 border-bottom: #ccc 1px solid
;
72 /* hovered row colors */
73 .tablesorter-default tbody
> tr:hover
> td
,
74 .tablesorter-default tbody
> tr
.even:hover
> td
,
75 .tablesorter-default tbody > tr.odd:hover > td {
80 /* table processing indicator */
81 .tablesorter-default .tablesorter-processing {
82 background-position: center center
!important
;
83 background-repeat: no-repeat
!important
;
84 /* background-image: url(../addons/pager/icons/loading.gif) !important; */
85 background-image: url
('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important
;
88 /* Zebra Widget - row alternating colors */
89 .tablesorter-default tr.odd td {
90 background-color: #dfdfdf;
92 .tablesorter-default tr.even td {
93 background-color: #efefef;
96 /* Column Widget - column sort colors */
97 .tablesorter-default tr.odd td.primary {
98 background-color: #bfbfbf;
100 .tablesorter-default td
.primary
,
101 .tablesorter-default tr.even td.primary {
102 background-color: #d9d9d9;
104 .tablesorter-default tr.odd td.secondary {
105 background-color: #d9d9d9;
107 .tablesorter-default td
.secondary
,
108 .tablesorter-default tr.even td.secondary {
109 background-color: #e6e6e6;
111 .tablesorter-default tr.odd td.tertiary {
112 background-color: #e6e6e6;
114 .tablesorter-default td
.tertiary
,
115 .tablesorter-default tr.even td.tertiary {
116 background-color: #f2f2f2;
125 .tablesorter-default .tablesorter-filter-row td {
127 border-bottom: #ccc 1px solid
;
129 text-align: center
; /* center the input */
130 -webkit-transition: line-height
0.1s ease
;
131 -moz-transition: line-height
0.1s ease
;
132 -o-transition: line-height
0.1s ease
;
133 transition: line-height
0.1s ease
;
135 /* optional disabled input styling */
136 .tablesorter-default .tablesorter-filter-row .disabled {
138 filter: alpha
(opacity
=50);
141 /* hidden filter row */
142 .tablesorter-default .tablesorter-filter-row.hideme td {
143 /*** *********************************************** ***/
144 /*** change this padding to modify the thickness ***/
145 /*** of the closed filter row (height = padding x 2) ***/
147 /*** *********************************************** ***/
152 .tablesorter-default .tablesorter-filter-row.hideme .tablesorter-filter {
158 /* don't use visibility: hidden because it disables tabbing */
160 filter: alpha
(opacity
=0);
163 .tablesorter-default .tablesorter-filter {
168 background-color: #fff;
169 border: 1px solid
#bbb;
171 -webkit-box-sizing: border-box
;
172 -moz-box-sizing: border-box
;
173 box-sizing: border-box
;
174 -webkit-transition: height
0.1s ease
;
175 -moz-transition: height
0.1s ease
;
176 -o-transition: height
0.1s ease
;
177 transition: height
0.1s ease
;
181 .tablesorter .tablesorter-errorRow td {
183 background-color: #e6bf99;