mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Themes: add filter row background color to row
when "hideme" class is applied, the filter row now takes on the background color from the row, at least in Chrome
This commit is contained in:
parent
cb6912b075
commit
cb63aade3f
3
css/bootstrap.less
vendored
3
css/bootstrap.less
vendored
@ -277,6 +277,9 @@ Test out these custom less files live
|
||||
box-sizing: border-box;
|
||||
.filterWidgetTransition;
|
||||
}
|
||||
.tablesorter-filter-row {
|
||||
background: @filterCellBackground;
|
||||
}
|
||||
.tablesorter-filter-row td {
|
||||
text-align: center;
|
||||
background: @filterCellBackground;
|
||||
|
@ -312,6 +312,9 @@ Test out these custom less files live
|
||||
box-sizing: border-box;
|
||||
.filterWidgetTransition;
|
||||
}
|
||||
.tablesorter-filter-row {
|
||||
background: @filterCellBackground;
|
||||
}
|
||||
.tablesorter-filter-row td {
|
||||
text-align: center;
|
||||
background: @filterCellBackground;
|
||||
|
@ -120,6 +120,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-blackice .tablesorter-filter-row {
|
||||
background: #222;
|
||||
}
|
||||
.tablesorter-blackice .tablesorter-filter-row td {
|
||||
background: #222;
|
||||
line-height: normal;
|
||||
|
@ -155,6 +155,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-blue .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-blue .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
line-height: normal;
|
||||
|
@ -101,6 +101,9 @@
|
||||
box-sizing: border-box;
|
||||
transition: height 0.1s ease;
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row {
|
||||
background: #efefef;
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row td {
|
||||
background: #efefef;
|
||||
line-height: normal;
|
||||
|
@ -103,6 +103,9 @@ caption {
|
||||
background: #eee;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-bootstrap .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
line-height: normal;
|
||||
|
@ -119,6 +119,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-dark .tablesorter-filter-row {
|
||||
background: #202020;
|
||||
}
|
||||
.tablesorter-dark .tablesorter-filter-row td {
|
||||
background: #202020;
|
||||
line-height: normal;
|
||||
|
@ -122,6 +122,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-default .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-default .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
border-bottom: #ccc 1px solid;
|
||||
|
@ -144,6 +144,9 @@ caption {
|
||||
}
|
||||
|
||||
/* Filter Widget */
|
||||
.tablesorter-dropbox .tablesorter-filter-row {
|
||||
background: #fff;
|
||||
}
|
||||
.tablesorter-dropbox .tablesorter-filter-row td {
|
||||
background: #fff;
|
||||
line-height: normal;
|
||||
|
@ -137,6 +137,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-green .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-green .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
line-height: normal;
|
||||
|
@ -179,6 +179,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-grey .tablesorter-filter-row {
|
||||
background: #3c3c3c;
|
||||
}
|
||||
.tablesorter-grey .tablesorter-filter-row td {
|
||||
background: #3c3c3c;
|
||||
line-height: normal;
|
||||
|
@ -135,6 +135,9 @@ caption {
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-ice .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-ice .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
line-height: normal;
|
||||
|
@ -93,6 +93,9 @@
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-jui .tablesorter-filter-row {
|
||||
background: transparent;
|
||||
}
|
||||
.tablesorter-jui .tablesorter-filter-row td {
|
||||
background: transparent;
|
||||
line-height: normal;
|
||||
|
@ -271,7 +271,7 @@ Test out these custom less files live
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-filter-row input,
|
||||
.tablesorter-filter-row select{
|
||||
.tablesorter-filter-row select {
|
||||
width: 98%;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
@ -284,6 +284,9 @@ Test out these custom less files live
|
||||
box-sizing: border-box;
|
||||
.filterWidgetTransition;
|
||||
}
|
||||
.tablesorter-filter-row {
|
||||
background: @filterCellBackground;
|
||||
}
|
||||
.tablesorter-filter-row td {
|
||||
text-align: center;
|
||||
background: @filterCellBackground;
|
||||
|
@ -126,6 +126,9 @@ Metro Dark Theme
|
||||
}
|
||||
|
||||
/* filter widget */
|
||||
.tablesorter-metro-dark .tablesorter-filter-row {
|
||||
background: #eee;
|
||||
}
|
||||
.tablesorter-metro-dark .tablesorter-filter-row td {
|
||||
background: #eee;
|
||||
line-height: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user