Merge pull request #283 from riker09/patch-1

Styling disabled filter elements
This commit is contained in:
Rob G 2013-04-26 08:30:40 -07:00
commit 5980d0e0b5

View File

@ -92,6 +92,9 @@ caption {
-o-transition: height 0.1s ease;
transition: height 0.1s ease;
}
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter.disabled {
background: #eee;
}
.tablesorter-bootstrap .tablesorter-filter-row td {
background: #eee;
line-height: normal;