Fix color of in table elements

This commit is contained in:
Michal Čihař
2011-02-02 15:11:37 +01:00
parent 50974c7646
commit 48fec15003

View File

@@ -192,6 +192,9 @@ table tr.even th,
.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
tr.even th, tr.odd th {
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
}
/* odd table rows 1,3,5,7,... */
table tr.odd th,