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; -o-transition: height 0.1s ease;
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 { .tablesorter-bootstrap .tablesorter-filter-row td {
background: #eee; background: #eee;
line-height: normal; line-height: normal;
@ -126,4 +129,4 @@ caption {
} }
.tablesorter-bootstrap .tablesorter-pager .pagedisplay { .tablesorter-bootstrap .tablesorter-pager .pagedisplay {
border: 0; border: 0;
} }