Updated tablesorter to 2.10
This commit is contained in:
@@ -1,12 +1,16 @@
|
||||
/* pager wrapper, div */
|
||||
.tablesorter-pager {
|
||||
font-size: 14px;
|
||||
padding: 5px;
|
||||
}
|
||||
/* pager wrapper, in thead/tfoot */
|
||||
td.tablesorter-pager {
|
||||
background-color: #e6eeee;
|
||||
margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
|
||||
}
|
||||
|
||||
/* pager navigation arrows */
|
||||
.tablesorter-pager [class^="icon-"] {
|
||||
.tablesorter-pager img {
|
||||
vertical-align: middle;
|
||||
margin-right: 4px;
|
||||
margin-right: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -22,8 +26,6 @@
|
||||
.tablesorter-pager select {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 25px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
/*** css used when "updateArrows" option is true ***/
|
||||
@@ -37,4 +39,4 @@
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
cursor: default;
|
||||
}
|
||||
}
|
@@ -94,6 +94,7 @@ caption {
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
|
||||
background: #eee;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
@@ -131,6 +132,8 @@ caption {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.table-striped td {
|
||||
padding-left: 15px;
|
||||
/* ajax error row */
|
||||
.tablesorter .tablesorter-errorRow td {
|
||||
cursor: pointer;
|
||||
background-color: #e6bf99;
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user