Updated background color from #333 (dark bg on dark text) to #f3f3f3 (light bg with dark text) to fix.

This commit is contained in:
Mike Hommé
2011-03-08 20:19:16 -05:00
parent 4ea86d7d2d
commit 9c78c34fde

View File

@@ -113,7 +113,7 @@ dfn:hover {
th {
font-weight: bold;
color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
background: #333;
background: #f3f3f3;
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
background: -moz-linear-gradient(top, #ffffff, #cccccc);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');