fix music album image inheritance

This commit is contained in:
Luke Pulverenti 2016-12-17 03:27:41 -05:00
parent 68baf77f66
commit 4a063fc914
3 changed files with 14 additions and 26 deletions

View file

@ -12,7 +12,8 @@
} }
.background-theme-b .backgroundContainer.withBackdrop { .background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6,6, .74); background-color: rgba(6, 6, 6, .94) !important;
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .96), rgba(0, 0, 0, .64)) !important;
} }
.ui-body-b { .ui-body-b {
@ -380,16 +381,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: flex; display: flex;
margin-bottom: 3.6em; margin-bottom: 3.6em;
} }
.shadedDetailSection, .detailPagePrimaryContainer {
background: rgba(0,0,0,.7);
padding: 1em;
box-shadow: 0 0 10px 1px black;
}
.detailSection h1 {
opacity: .9;
}
} }
@media all and (max-width: 1200px) { @media all and (max-width: 1200px) {
@ -508,6 +499,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
margin-top: 1.5em !important; margin-top: 1.5em !important;
} }
@media all and (min-width: 800px) {
.mainDetailButtons, .recordingFields button {
font-size: 110%;
}
}
.detailImageProgressContainer { .detailImageProgressContainer {
position: absolute; position: absolute;
bottom: 4px; bottom: 4px;

View file

@ -7,7 +7,7 @@
<div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;"> <div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;">
<h1 style="margin-top: 0;" class="tourHeader"></h1> <h1 style="margin-top: 0;" class="tourHeader"></h1>
<p> <p>
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button> <button is="emby-button" class="btnTakeTour raised button-submit block" type="button"><span class="tourButtonText"></span></button>
</p> </p>
</div> </div>

View file

@ -7,19 +7,9 @@
display: none; display: none;
} }
.detailPagePrimaryContainer { .background-theme-b .backgroundContainer.withBackdrop {
display: flex; background-color: rgba(6, 6, 6, .94) !important;
margin-bottom: 3.6em; background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .94), rgba(0, 0, 0, .64)) !important;
}
.shadedDetailSection, .detailPagePrimaryContainer {
background: rgba(0, 0, 0, .7) !important;
padding: 1em !important;
box-shadow: 0 0 10px 1px black !important;
}
.detailSection h1 {
opacity: .9;
} }
} }
</style> </style>
@ -203,7 +193,7 @@
<div id="themeVideosContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap"></div> <div id="themeVideosContent" is="emby-itemscontainer" class="itemsContainer vertical-wrap"></div>
</div> </div>
<div class="detailSection audioVideoMediaInfo hide shadedDetailSection"> <div class="detailSection audioVideoMediaInfo hide">
<h1>${HeaderMediaInfo}</h1> <h1>${HeaderMediaInfo}</h1>
<div> <div>
<div class="splitVersionContainer" style="border-bottom: 1px solid #444; padding: 1em 0;"> <div class="splitVersionContainer" style="border-bottom: 1px solid #444; padding: 1em 0;">