mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Demos & themes: include caption in metro theme; add to various demos
This commit is contained in:
parent
121e275ec8
commit
8320e12ea5
@ -165,7 +165,7 @@ Test out these custom less files live
|
||||
padding: @overallPadding;
|
||||
}
|
||||
|
||||
.dark-row th, .dark-row td {
|
||||
.dark-row th, .dark-row td, caption.dark-row {
|
||||
background-color: darken( @headerBackground, 10% );
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ Metro Dark Theme
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tablesorter-metro-dark tr.dark-row th, .tablesorter-metro-dark tr.dark-row td {
|
||||
.tablesorter-metro-dark tr.dark-row th, .tablesorter-metro-dark tr.dark-row td, .tablesorter-metro-dark caption.dark-row {
|
||||
background-color: #222;
|
||||
color: #fff;
|
||||
padding: 2px;
|
||||
|
@ -24,6 +24,7 @@
|
||||
<link class="theme" rel="stylesheet" href="../css/theme.black-ice.css">
|
||||
<link class="theme" rel="stylesheet" href="../css/theme.dark.css">
|
||||
<link class="theme" rel="stylesheet" href="../css/theme.dropbox.css">
|
||||
<link class="theme" rel="stylesheet" href="../css/theme.metro-dark.css">
|
||||
|
||||
<style id="css">/* wrapper of table 2 */
|
||||
.wrapper {
|
||||
|
@ -24,6 +24,7 @@
|
||||
<link class="theme black-ice" rel="stylesheet" href="../css/theme.black-ice.css">
|
||||
<link class="theme dark" rel="stylesheet" href="../css/theme.dark.css">
|
||||
<link class="theme dropbox" rel="stylesheet" href="../css/theme.dropbox.css">
|
||||
<link class="theme metro-dark" rel="stylesheet" href="../css/theme.metro-dark.css">
|
||||
|
||||
<!-- Tablesorter script: required -->
|
||||
<script src="../js/jquery.tablesorter.js"></script>
|
||||
|
@ -24,6 +24,7 @@
|
||||
<link class="theme black-ice" rel="stylesheet" href="../css/theme.black-ice.css">
|
||||
<link class="theme dark" rel="stylesheet" href="../css/theme.dark.css">
|
||||
<link class="theme dropbox" rel="stylesheet" href="../css/theme.dropbox.css">
|
||||
<link class="theme metro-dark" rel="stylesheet" href="../css/theme.metro-dark.css">
|
||||
|
||||
<style id="css">/* wrapper of table 2 */
|
||||
.wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user