Remove the custom color picker feature
This commit is contained in:
@@ -30,7 +30,7 @@ body {
|
||||
padding: 0;
|
||||
margin: 0.5em;
|
||||
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 $GLOBALS['cfg']['MainBackground']; ?>;
|
||||
}
|
||||
|
||||
<?php if (! empty($GLOBALS['cfg']['FontFamilyFixed'])) { ?>
|
||||
@@ -1357,7 +1357,7 @@ div.upload_progress_bar_outer
|
||||
|
||||
div.upload_progress_bar_inner
|
||||
{
|
||||
background-color: <?php echo (isset($_SESSION['userconf']['custom_color']) ? $_SESSION['userconf']['custom_color'] : $GLOBALS['cfg']['NaviBackground']); ?>;
|
||||
background-color: <?php echo $GLOBALS['cfg']['NaviBackground']; ?>;
|
||||
width: 0px;
|
||||
height: 12px;
|
||||
margin: 1px;
|
||||
|
Reference in New Issue
Block a user