mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Themes: separate out font-weight in other themes. See #868
This commit is contained in:
parent
afbdfbe359
commit
7663346e56
@ -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);
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user