From d9cfc2e668e54563b821b8f968fa33fd6bced5c4 Mon Sep 17 00:00:00 2001 From: Influence365 Date: Mon, 25 May 2020 10:06:57 +0100 Subject: [PATCH] Minor changes to Apple TV theme Modified progress bar. Small modification to shape of cards --- src/themes/appletv/theme.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index 760038ad72..15c702d379 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -293,9 +293,22 @@ html { .emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground { - background-color: #00a4dc; + background: rgb(0, 210, 201); + background: -moz-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%); + background: -webkit-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%); + background: linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%); } +.itemProgressBar{ + background: rgba(230, 230, 230, 0.8); + height: 0.18rem; +} + +.innerCardFooter { + border-radius: 0.14rem; + margin: 6px 8px 6px 8px; +} + .emby-checkbox:focus:not(:checked) + span + .checkboxOutline { border-color: #00a4dc; } @@ -445,6 +458,10 @@ html { border-color: #00a4dc !important; } +.cardContent-button, .itemDetailImage, .cardOverlayContainer { + border-radius: 7px; +} + .metadataSidebarIcon { color: #00a4dc; }