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

View file

@ -38,6 +38,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);
}
@ -237,6 +241,10 @@ html {
box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37);
}
.layout-tv .detailRibbon {
background: none;
}
.detailTableBodyRow-shaded:nth-child(even) {
background: #f8f8f8;
}