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;
|
-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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user