mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Merge pull request #283 from riker09/patch-1
Styling disabled filter elements
This commit is contained in:
commit
5980d0e0b5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user