From 603de194dce080f36762d7c1c192c30ca11057c5 Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Thu, 20 Jan 2022 20:10:09 +0300 Subject: [PATCH] Fix Light theme --- src/components/remotecontrol/remotecontrol.scss | 1 + src/themes/light/theme.css | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/remotecontrol/remotecontrol.scss b/src/components/remotecontrol/remotecontrol.scss index 805d57a71e..4081c68c5c 100644 --- a/src/components/remotecontrol/remotecontrol.scss +++ b/src/components/remotecontrol/remotecontrol.scss @@ -203,6 +203,7 @@ .layout-desktop .playlistSectionButton, .layout-tv .playlistSectionButton { background: none; + color: inherit; } .layout-desktop .nowPlayingPlaylist, diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index dd53df53ae..e2f9bc5548 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -27,8 +27,6 @@ html { background-color: #303030; color: #ccc; color: rgba(255, 255, 255, 0.87); - -webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); - box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); } .osdHeader { @@ -44,6 +42,7 @@ html { .layout-tv .skinHeader.semiTransparent { background: none; + color: inherit; } .pageTitleWithDefaultLogo { @@ -253,12 +252,11 @@ html { background-color: #303030; color: #ccc; color: rgba(255, 255, 255, 0.87); - -webkit-box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); - box-shadow: 0 0.0725em 0.29em 0 rgba(0, 0, 0, 0.37); } .layout-tv .detailRibbon { background: none; + color: inherit; } .detailTableBodyRow-shaded:nth-child(even) {