diff --git a/src/components/themes/purple-haze/theme.css b/src/components/themes/purple-haze/theme.css index 97958d49b6..9c584f9b30 100644 --- a/src/components/themes/purple-haze/theme.css +++ b/src/components/themes/purple-haze/theme.css @@ -16,11 +16,11 @@ html { } .skinHeader-withBackground { - background: #303030; - background: -webkit-gradient(linear, left top, right top, from(#000420), color-stop(#06256f), color-stop(#5a1259), color-stop(#06256f), to(#011145)); - background: -webkit-linear-gradient(left, #000420, #06256f, #5a1259, #2b052b, #011145); - background: -o-linear-gradient(left, #000420, #06256f, #5a1259, #2b052b, #011145); - background: linear-gradient(to right, #000420, #06256f, #5a1259, #2b052b, #011145) + background: #000420; + background: -moz-linear-gradient(left, #000420 0%, #06256f 18%, #2b052b 38%, #2b052b 68%, #06256f 81%, #000420 100%); + background: -webkit-linear-gradient(left, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%); + background: linear-gradient(to right, #000420 0%,#06256f 18%,#2b052b 38%,#2b052b 68%,#06256f 81%,#000420 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000420', endColorstr='#000420',GradientType=1 ); } .skinHeader.semiTransparent { @@ -328,7 +328,7 @@ html { } .navMenuOption-selected { - background: #AA5CC3 !important; + background: #6f0765 !important; color: #fff }