Updated background color from #333 (dark bg on dark text) to #f3f3f3 (light bg with dark text) to fix.
This commit is contained in:
@@ -113,7 +113,7 @@ dfn:hover {
|
|||||||
th {
|
th {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['ThColor']; ?>;
|
||||||
background: #333;
|
background: #f3f3f3;
|
||||||
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
|
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
|
||||||
background: -moz-linear-gradient(top, #ffffff, #cccccc);
|
background: -moz-linear-gradient(top, #ffffff, #cccccc);
|
||||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
|
||||||
|
Reference in New Issue
Block a user