diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index 41540ce0d..8b91bda65 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -38,6 +38,10 @@ html { background-image: url(../../assets/img/banner-dark.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + html { background: #d5e9f2; } diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index 7ecc4a74a..e503ba841 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -41,6 +41,10 @@ html { background-image: url(../../assets/img/banner-light.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + .dialog, .nowPlayingPlaylist, .nowPlayingContextMenu, diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css index be2b9269a..3acc425dd 100644 --- a/src/themes/dark/theme.css +++ b/src/themes/dark/theme.css @@ -34,6 +34,10 @@ html { background-image: url(../../assets/img/banner-light.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + .backgroundContainer, .dialog, .nowPlayingPlaylist, diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index c5161985c..d5eb94e1d 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -42,6 +42,10 @@ html { background-image: url(../../assets/img/banner-light.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + .backgroundContainer, html { background-color: #f2f2f2; diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index 1d82afc23..7849c9165 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -36,6 +36,10 @@ html { background-image: url(../../assets/img/banner-light.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + .dialog, .nowPlayingPlaylist, .nowPlayingContextMenu, diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 4a7375a12..01a6aa5ef 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -47,6 +47,10 @@ html { background-image: url(../../assets/img/banner-light.png); } +.layout-tv .pageTitleWithDefaultLogo { + background-image: url(../../assets/img/icon-transparent.png); +} + .backgroundContainer, .dialog, .nowPlayingPlaylist,