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:
Mottie 2015-01-14 11:23:16 -06:00
parent cb6912b075
commit cb63aade3f
15 changed files with 46 additions and 1 deletions

3
css/bootstrap.less vendored
View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -93,6 +93,9 @@
}
/* filter widget */
.tablesorter-jui .tablesorter-filter-row {
background: transparent;
}
.tablesorter-jui .tablesorter-filter-row td {
background: transparent;
line-height: normal;

View File

@ -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;

View File

@ -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;