Fix preferences display

This commit is contained in:
Michal Čihař
2011-02-02 15:15:31 +01:00
parent 48fec15003
commit c251f3a024

View File

@@ -192,7 +192,7 @@ table tr.even th,
.even {
background: <?php echo $GLOBALS['cfg']['BgTwo']; ?>;
}
tr.even th, tr.odd th {
tr.even th, tr.odd th, fieldset th {
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
}