Remove the custom color picker feature

This commit is contained in:
Marc Delisle
2011-04-22 07:00:45 -04:00
parent 931e8576d2
commit b2d9121f18
37 changed files with 7 additions and 927 deletions

View File

@@ -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;