mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
CSS: Style caption per table theme. Fixes #1564
This commit is contained in:
parent
cf3c674c1f
commit
0331751645
@ -35,8 +35,7 @@ Test out these customization files live
|
||||
Pink hsl(297, 100%, 33%)
|
||||
Purple hsl(257, 51%, 48%)
|
||||
Red hsl(5, 100%, 40%)
|
||||
|
||||
*/
|
||||
*/
|
||||
@headerBackground : hsl(32, 50%, 30%);
|
||||
@borderAndBackground : #cdcdcd;
|
||||
@headerTextColor : #eee;
|
||||
@ -166,9 +165,9 @@ Test out these customization files live
|
||||
padding: @overallPadding;
|
||||
}
|
||||
|
||||
.dark-row th, .dark-row td, caption.dark-row {
|
||||
background-color: darken( @headerBackground, 10% );
|
||||
}
|
||||
.dark-row th, .dark-row td, caption.dark-row {
|
||||
background-color: darken( @headerBackground, 10% );
|
||||
}
|
||||
|
||||
tbody td, tfoot th, tfoot td {
|
||||
padding: @overallPadding;
|
||||
|
@ -117,7 +117,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-blackice > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -154,7 +154,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-blue > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -109,7 +109,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
.caption {
|
||||
.tablesorter-bootstrap > .caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-bootstrap > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@ -185,4 +185,4 @@ caption {
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
background-color: #e6bf99;
|
||||
}
|
||||
}
|
||||
|
@ -106,7 +106,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
.caption {
|
||||
.tablesorter-bootstrap > .caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -112,7 +112,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
.tablesorter-bootstrap:not(.table-dark) .caption {
|
||||
.tablesorter-bootstrap:not(.table-dark) > .caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-dark > caption {
|
||||
background-color: #202020;
|
||||
}
|
||||
|
||||
|
@ -118,7 +118,7 @@ Default Theme
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-default > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-dropbox > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-green > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -176,7 +176,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-grey > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
caption {
|
||||
.tablesorter-ice > caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
.tablesorter-jui caption {
|
||||
.tablesorter-jui > caption {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
/* caption */
|
||||
.caption {
|
||||
.tablesorter-materialize > .caption {
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user