From f3994d9e8f961d0495d747bbb9c5b2d81320a3f9 Mon Sep 17 00:00:00 2001 From: Influence365 Date: Mon, 25 May 2020 12:11:28 +0100 Subject: [PATCH] Update theme.css Changed px to rem Removed fallback for background --- src/themes/appletv/theme.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index d354affeb..b3ce2c7e9 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -293,9 +293,6 @@ html { .emby-checkbox:checked + span + .checkboxOutline, .itemProgressBarForeground { - 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%); } @@ -306,7 +303,7 @@ html { .innerCardFooter { border-radius: 0.14rem; - margin: 6px 8px 6px 8px; + margin: 0.4rem 0.5rem 0.4rem 0.5rem; } .emby-checkbox:focus:not(:checked) + span + .checkboxOutline { @@ -461,7 +458,7 @@ html { .cardContent-button, .itemDetailImage, .cardOverlayContainer { - border-radius: 7px; + border-radius: 0.5rem; } .metadataSidebarIcon {