mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Theme: remove auto height setting from filter elements
This commit is contained in:
parent
826bed7e5d
commit
c4b347c475
1
css/bootstrap.less
vendored
1
css/bootstrap.less
vendored
@ -267,7 +267,6 @@ Test out these custom less files live
|
||||
.tablesorter-filter-row input,
|
||||
.tablesorter-filter-row select{
|
||||
width: 98%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
padding: @overallPadding;
|
||||
color: @filterElementTextColor;
|
||||
|
@ -79,7 +79,6 @@
|
||||
/* filter widget */
|
||||
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
|
||||
width: 98%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
padding: 4px 6px;
|
||||
color: #333;
|
||||
|
@ -86,7 +86,6 @@ caption {
|
||||
/* filter widget */
|
||||
.tablesorter-bootstrap .tablesorter-filter-row .tablesorter-filter {
|
||||
width: 98%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
padding: 4px 6px;
|
||||
background-color: #fff;
|
||||
|
Loading…
Reference in New Issue
Block a user