1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

aligning the gradient in the header

This commit is contained in:
grafixeyehero 2019-04-25 17:50:33 +03:00
parent a18160ae4b
commit 0c2a5f0c5e

View file

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