Rework details page for TV

This commit is contained in:
MrTimscampi
2020-08-26 21:29:10 +02:00
parent 350195b5bc
commit ece0b39d70
9 changed files with 115 additions and 65 deletions
+13
View File
@@ -30,6 +30,10 @@ html {
background-color: rgba(0, 0, 0, 0.4);
}
.layout-tv .skinHeader.semiTransparent {
background: none;
}
.pageTitleWithDefaultLogo {
background-image: url(../../assets/img/banner-light.png);
}
@@ -211,6 +215,10 @@ html {
background: rgba(32, 32, 32, 0.8);
}
.layout-tv .detailRibbon {
background: none;
}
.noBackdrop .detailRibbon {
background: #202020;
}
@@ -458,3 +466,8 @@ html {
background-color: #00a4dc;
color: #fff;
}
.layout-tv .emby-button.detailFloatingButton:focus {
background-color: #f2f2f2;
color: #00a4dc;
}