Themes: separate out font-weight in other themes. See #868

This commit is contained in:
Mottie 2015-04-09 14:39:48 -05:00
parent afbdfbe359
commit 7663346e56
5 changed files with 10 additions and 5 deletions

View File

@ -17,7 +17,8 @@
.tablesorter-blackice th,
.tablesorter-blackice thead td {
padding: 4px;
font: bold 13px/20px Arial, Sans-serif;
font: 13px/20px Arial, Sans-serif;
font-weight: bold;
color: #e5e5e5;
text-align: left;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);

View File

@ -20,7 +20,8 @@
/* header */
.tablesorter-blue th,
.tablesorter-blue thead td {
font: bold 12px/18px Arial, Sans-serif;
font: 12px/18px Arial, Sans-serif;
font-weight: bold;
color: #000;
background-color: #99bfe6;
border-collapse: collapse;

View File

@ -9,7 +9,8 @@
.tablesorter-bootstrap thead td,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
font: bold 14px/20px Arial, Sans-serif;
font: 14px/20px Arial, Sans-serif;
font-weight: bold;
padding: 4px;
margin: 0 0 18px;
background-color: #eee;

View File

@ -8,7 +8,8 @@
.tablesorter-bootstrap .tablesorter-header,
.tablesorter-bootstrap tfoot th,
.tablesorter-bootstrap tfoot td {
font: bold 14px/20px Arial, Sans-serif;
font: 14px/20px Arial, Sans-serif;
font-weight: bold;
position: relative;
padding: 8px;
margin: 0 0 18px;

View File

@ -15,7 +15,8 @@
.tablesorter-dark th,
.tablesorter-dark thead td {
padding: 4px;
font: bold 12px/20px Arial, Sans-serif;
font: 12px/20px Arial, Sans-serif;
font-weight: bold;
color: #fff;
background-color: #000;
border-collapse: collapse;