Use emblem as logo in TV layout
This commit is contained in:
parent
98f5bc3d9c
commit
9518ffa456
6 changed files with 24 additions and 0 deletions
|
@ -38,6 +38,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-dark.png);
|
background-image: url(../../assets/img/banner-dark.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: #d5e9f2;
|
background: #d5e9f2;
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,6 +41,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-light.png);
|
background-image: url(../../assets/img/banner-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
.dialog,
|
.dialog,
|
||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
.nowPlayingContextMenu,
|
.nowPlayingContextMenu,
|
||||||
|
|
|
@ -34,6 +34,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-light.png);
|
background-image: url(../../assets/img/banner-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
.dialog,
|
.dialog,
|
||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
|
|
|
@ -42,6 +42,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-light.png);
|
background-image: url(../../assets/img/banner-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
html {
|
html {
|
||||||
background-color: #f2f2f2;
|
background-color: #f2f2f2;
|
||||||
|
|
|
@ -36,6 +36,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-light.png);
|
background-image: url(../../assets/img/banner-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
.dialog,
|
.dialog,
|
||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
.nowPlayingContextMenu,
|
.nowPlayingContextMenu,
|
||||||
|
|
|
@ -47,6 +47,10 @@ html {
|
||||||
background-image: url(../../assets/img/banner-light.png);
|
background-image: url(../../assets/img/banner-light.png);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-tv .pageTitleWithDefaultLogo {
|
||||||
|
background-image: url(../../assets/img/icon-transparent.png);
|
||||||
|
}
|
||||||
|
|
||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
.dialog,
|
.dialog,
|
||||||
.nowPlayingPlaylist,
|
.nowPlayingPlaylist,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue