summaryrefslogtreecommitdiffstats
path: root/tablesorter/theme.jui.css
diff options
context:
space:
mode:
Diffstat (limited to 'tablesorter/theme.jui.css')
-rw-r--r--tablesorter/theme.jui.css41
1 files changed, 30 insertions, 11 deletions
diff --git a/tablesorter/theme.jui.css b/tablesorter/theme.jui.css
index da00e00..aa1309b 100644
--- a/tablesorter/theme.jui.css
+++ b/tablesorter/theme.jui.css
@@ -5,15 +5,17 @@
.tablesorter-jui {
width: 100%;
border-collapse: separate;
- border-spacing: 2px; /* adjust spacing between table cells */
+ border-spacing: 2px; /* adjust spacing between table cells */
margin: 10px 0 15px;
padding: 5px;
font-size: 0.8em;
}
/* header */
-.tablesorter-jui th,
-.tablesorter-jui thead td {
+.tablesorter-jui thead th,
+.tablesorter-jui thead td,
+.tablesorter-jui tfoot th,
+.tablesorter-jui tfoot td {
position: relative;
background-repeat: no-repeat;
background-position: right center;
@@ -21,12 +23,12 @@
font-weight: bold !important;
border-width: 1px !important;
text-align: left;
+ padding: 8px; /* wider than the icon */
}
.tablesorter-jui .header,
.tablesorter-jui .tablesorter-header {
cursor: pointer;
white-space: normal;
- padding: 8px; /* wider than the icon */
}
.tablesorter-jui .tablesorter-header-inner {
padding-right: 20px;
@@ -38,6 +40,13 @@
margin-top: -8px; /* half the icon height; older IE doesn't like this */
}
+.tablesorter-jui thead .sorter-false {
+ cursor: default;
+}
+.tablesorter-jui thead tr .sorter-false .ui-icon {
+ display: none;
+}
+
/* tfoot */
.tablesorter-jui tfoot th,
.tablesorter-jui tfoot td {
@@ -53,7 +62,8 @@
}
/* hovered row colors */
-.tablesorter-jui tbody > tr:hover td {
+.tablesorter-jui tbody > tr.hover > td,
+.tablesorter-jui tbody > tr:hover > td {
opacity: 0.7;
filter: alpha(opacity=70);
}
@@ -62,7 +72,7 @@
.tablesorter-jui .tablesorter-processing .tablesorter-header-inner {
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;
}
@@ -79,13 +89,16 @@
}
/* caption */
-caption {
- background: #fff;
+.tablesorter-jui caption {
+ border: 0;
}
/* filter widget */
+.tablesorter-jui .tablesorter-filter-row {
+ background-color: transparent;
+}
.tablesorter-jui .tablesorter-filter-row td {
- background: transparent;
+ background-color: transparent;
line-height: normal;
text-align: center; /* center the input */
-webkit-transition: line-height 0.1s ease;
@@ -110,7 +123,7 @@ caption {
line-height: 0;
cursor: pointer;
}
-.tablesorter-jui .tablesorter-filter-row.hideme .tablesorter-filter {
+.tablesorter-jui .tablesorter-filter-row.hideme * {
height: 1px;
min-height: 0;
border: 0;
@@ -121,7 +134,8 @@ caption {
filter: alpha(opacity=0);
}
/* filters */
-.tablesorter-jui .tablesorter-filter {
+.tablesorter-jui input.tablesorter-filter,
+.tablesorter-jui select.tablesorter-filter {
width: 98%;
height: auto;
margin: 0;
@@ -137,9 +151,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;
}