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

update components

This commit is contained in:
Luke Pulverenti 2016-07-27 01:19:56 -04:00
parent 7ebc536076
commit a1af156757
65 changed files with 2335 additions and 262 deletions

View file

@ -30,19 +30,8 @@
z-index: -1;
}
.pageBackground {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}
.withBackdrop .pageBackground {
.withBackdrop {
background-color: rgba(6, 6,6, .9);
display: block;
}
.pageWithAbsoluteTabs neon-animatable {
@ -292,7 +281,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-top: 0 !important;
}
.withBackdrop .noBackdrop {
.withBackdrop + .mainDrawerPanel .noBackdrop {
background-color: transparent;
}

View file

@ -1,4 +1,13 @@
/* Links */
.backgroundContainer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
contain: layout style;
}
/* Links */
.ui-body-b a {
color: #52B54B /*{b-link-color}*/;
font-weight: 500;