mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
sorter-false now restores cell padding. See issue #188
This commit is contained in:
parent
b3c9893417
commit
05d531e3f9
@ -46,6 +46,7 @@
|
||||
}
|
||||
.tablesorter-blackice thead .sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -71,6 +71,7 @@
|
||||
}
|
||||
.tablesorter-blue thead .sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -45,6 +45,7 @@
|
||||
}
|
||||
.tablesorter-dark thead .sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -48,6 +48,7 @@ Default Theme
|
||||
}
|
||||
.tablesorter-default thead .sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -77,6 +77,7 @@
|
||||
.tablesorter-dropbox thead .sorter-false i,
|
||||
.tablesorter-dropbox thead .sorter-false:hover i {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tbody */
|
||||
|
@ -58,6 +58,7 @@
|
||||
}
|
||||
.tablesorter-green thead .tablesorter-header.sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -80,6 +80,7 @@
|
||||
}
|
||||
.tablesorter-grey thead .sorter-false i {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -60,6 +60,7 @@
|
||||
}
|
||||
.tablesorter-ice thead .sorter-false {
|
||||
background-image: url();
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
/* tfoot */
|
||||
|
@ -176,6 +176,7 @@
|
||||
|
||||
.tablesorter-header.sorter-false {
|
||||
background-image: url();
|
||||
padding: @overallPadding;
|
||||
}
|
||||
|
||||
.tablesorter-headerSortUp {
|
||||
|
Loading…
Reference in New Issue
Block a user