diff --git a/htdocs/theme/amarok/style.css.php b/htdocs/theme/amarok/style.css.php index b09a3f13b39..39c2f072441 100755 --- a/htdocs/theme/amarok/style.css.php +++ b/htdocs/theme/amarok/style.css.php @@ -919,7 +919,7 @@ a.help:link, a.help:visited, a.help:hover, a.help:active { font-size:dol_optimize_smallscreen)?'11':'14'; // Eldy colors if (empty($conf->global->THEME_ELDY_ENABLE_PERSONALIZED)) { - $conf->global->THEME_ELDY_TOPMENU_BACK1='200,216,246'; // topmenu + $conf->global->THEME_ELDY_TOPMENU_BACK1=($conf->browser->name == 'ie' && round($conf->browser->version,2) < 10)?'230,232,232':'200,216,246'; // topmenu $conf->global->THEME_ELDY_TOPMENU_BACK2='190,206,236'; $conf->global->THEME_ELDY_VERMENU_BACK1='255,255,255'; // vmenu $conf->global->THEME_ELDY_VERMENU_BACK1b='230,232,232'; // vmenu (not menu) @@ -1353,7 +1353,7 @@ div.tabBar { background-image: -ms-linear-gradient(bottom, rgb() 25%, rgb() 100%); background-image: linear-gradient(bottom, rgb() 25%, rgb() 100%); - background: #dee7ec url() repeat-x; + background: rgb() repeat-x; -moz-box-shadow: 4px 4px 4px #DDD; @@ -1411,7 +1411,7 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active { background-image: -ms-linear-gradient(bottom, rgb() 35%, rgb() 100%); background-image: linear-gradient(bottom, rgb() 35%, rgb() 100%); - background: #dee7ec; + background: #ffffff; } @@ -1420,7 +1420,7 @@ a.tab#active { border-bottom: 1px solid rgb() !important; background-color: rgb() !important; - background: #ffffff; + background: rgb(); background-image: none !important; }