summaryrefslogtreecommitdiffstats
path: root/tablesorter/theme.black-ice.css
diff options
context:
space:
mode:
Diffstat (limited to 'tablesorter/theme.black-ice.css')
-rw-r--r--tablesorter/theme.black-ice.css30
1 files changed, 21 insertions, 9 deletions
diff --git a/tablesorter/theme.black-ice.css b/tablesorter/theme.black-ice.css
index 5b46fc1..1bf253d 100644
--- a/tablesorter/theme.black-ice.css
+++ b/tablesorter/theme.black-ice.css
@@ -17,7 +17,8 @@
.tablesorter-blackice th,
.tablesorter-blackice thead td {
padding: 4px;
- font: bold 13px/20px Arial, Sans-serif;
+ font: 13px/20px Arial, Sans-serif;
+ font-weight: bold;
color: #e5e5e5;
text-align: left;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
@@ -46,6 +47,7 @@
}
.tablesorter-blackice thead .sorter-false {
background-image: none;
+ cursor: default;
padding: 4px;
}
@@ -68,25 +70,26 @@
}
/* hovered row colors */
+.tablesorter-blackice tbody > tr.hover > td,
.tablesorter-blackice tbody > tr:hover > td,
.tablesorter-blackice tbody > tr.even:hover > td,
.tablesorter-blackice tbody > tr.odd:hover > td {
- background: #000;
+ background-color: #000;
}
/* table processing indicator */
.tablesorter-blackice .tablesorter-processing {
background-position: center center !important;
background-repeat: no-repeat !important;
- /* background-image: url(../addons/pager/icons/loading.gif) !important; */
+ /* background-image: url(images/loading.gif) !important; */
background-image: url('data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=') !important;
}
/* Zebra Widget - row alternating colors */
-.tablesorter-blackice tr.odd td {
+.tablesorter-blackice tr.odd > td {
background-color: #333;
}
-.tablesorter-blackice tr.even td {
+.tablesorter-blackice tr.even > td {
background-color: #393939;
}
@@ -115,12 +118,15 @@
/* caption */
caption {
- background: #fff;
+ background-color: #fff;
}
/* filter widget */
+.tablesorter-blackice .tablesorter-filter-row {
+ background-color: #222;
+}
.tablesorter-blackice .tablesorter-filter-row td {
- background: #222;
+ background-color: #222;
line-height: normal;
text-align: center; /* center the input */
-webkit-transition: line-height 0.1s ease;
@@ -145,7 +151,7 @@ caption {
line-height: 0;
cursor: pointer;
}
-.tablesorter-blackice .tablesorter-filter-row.hideme .tablesorter-filter {
+.tablesorter-blackice .tablesorter-filter-row.hideme * {
height: 1px;
min-height: 0;
border: 0;
@@ -156,7 +162,8 @@ caption {
filter: alpha(opacity=0);
}
/* filters */
-.tablesorter-blackice .tablesorter-filter {
+.tablesorter-blackice input.tablesorter-filter,
+.tablesorter-blackice select.tablesorter-filter {
width: 98%;
height: auto;
margin: 0;
@@ -172,9 +179,14 @@ caption {
-o-transition: height 0.1s ease;
transition: height 0.1s ease;
}
+/* rows hidden by filtering (needed for child rows) */
+.tablesorter .filtered {
+ display: none;
+}
/* ajax error row */
.tablesorter .tablesorter-errorRow td {
+ text-align: center;
cursor: pointer;
background-color: #e6bf99;
}