From a7dfb236d08fe41db5f0af85bca1a7ee880d8775 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Sun, 1 Sep 2019 17:06:28 +0300 Subject: [PATCH] add style --- src/components/themes/appletv/theme.css | 4 ++++ src/components/themes/blueradiance/theme.css | 4 ++++ src/components/themes/dark/theme.css | 4 ++++ src/components/themes/emby/theme.css | 4 ++++ src/components/themes/light/theme.css | 4 ++++ src/components/themes/wmc/theme.css | 4 ++++ 6 files changed, 24 insertions(+) diff --git a/src/components/themes/appletv/theme.css b/src/components/themes/appletv/theme.css index 43f1034ade..fa0617a655 100644 --- a/src/components/themes/appletv/theme.css +++ b/src/components/themes/appletv/theme.css @@ -453,3 +453,7 @@ html { .card:focus .card-focuscontent { border-color: #00a4dc } + +.metadataSidebarIcon { + color: #00a4dc +} diff --git a/src/components/themes/blueradiance/theme.css b/src/components/themes/blueradiance/theme.css index 840c0e23e0..7f581454a8 100644 --- a/src/components/themes/blueradiance/theme.css +++ b/src/components/themes/blueradiance/theme.css @@ -464,3 +464,7 @@ html { .timeslotHeaders-desktop::-webkit-scrollbar { height: .7em } + +.metadataSidebarIcon { + color: #00a4dc +} diff --git a/src/components/themes/dark/theme.css b/src/components/themes/dark/theme.css index da4c056023..4670b57459 100644 --- a/src/components/themes/dark/theme.css +++ b/src/components/themes/dark/theme.css @@ -442,3 +442,7 @@ html { .timeslotHeaders-desktop::-webkit-scrollbar { height: .7em } + +.metadataSidebarIcon { + color: #00a4dc +} diff --git a/src/components/themes/emby/theme.css b/src/components/themes/emby/theme.css index d948c3ae6f..542aa5f8d6 100644 --- a/src/components/themes/emby/theme.css +++ b/src/components/themes/emby/theme.css @@ -441,3 +441,7 @@ html { .timeslotHeaders-desktop::-webkit-scrollbar { height: .7em } + +.metadataSidebarIcon { + color: #00a4dc +} diff --git a/src/components/themes/light/theme.css b/src/components/themes/light/theme.css index 65ceefb52c..c2f01bab93 100644 --- a/src/components/themes/light/theme.css +++ b/src/components/themes/light/theme.css @@ -437,3 +437,7 @@ html { .card:focus .card-focuscontent { border-color: #00a4dc } + +.metadataSidebarIcon { + color: #00a4dc +} diff --git a/src/components/themes/wmc/theme.css b/src/components/themes/wmc/theme.css index 081345c77c..0685adfb0b 100644 --- a/src/components/themes/wmc/theme.css +++ b/src/components/themes/wmc/theme.css @@ -456,3 +456,7 @@ html { -webkit-border-radius: 2px; background: center no-repeat rgba(255, 255, 255, .7) } + +.metadataSidebarIcon { + color: #00a4dc +}