remove problematic CSS, it will make overlay of enum/set editor popup to be a bit off in IE6
This commit is contained in:
@@ -31,8 +31,6 @@ body {
|
|||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
|
color: <?php echo $GLOBALS['cfg']['MainColor']; ?>;
|
||||||
background: <?php echo (isset($_SESSION['tmp_user_values']['custom_color']) ? $_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
|
background: <?php echo (isset($_SESSION['tmp_user_values']['custom_color']) ? $_SESSION['tmp_user_values']['custom_color'] : $GLOBALS['cfg']['MainBackground']); ?>;
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
||||||
|
Reference in New Issue
Block a user