diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index b92a09d14b..823e39e7db 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -125,6 +125,7 @@ html { .visualCardBox, .cardBox:not(.visualCardBox) .cardPadder { background-color: rgba(0, 0, 0, 0.1); + border-radius: 0.5rem; } .defaultCardBackground1 { @@ -173,6 +174,10 @@ html { opacity: 0.5; } +.cardImageContainer { + border-radius: 0.5rem; +} + .formDialogHeader a, .toast { color: #fff; @@ -286,7 +291,10 @@ html { border-color: #fff; } -.emby-checkbox:checked + span + .checkboxOutline, +.emby-checkbox:checked + span + .checkboxOutline { + background-color: #00a4dc; +} + .itemProgressBarForeground { background: linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%); } @@ -451,9 +459,14 @@ html { .card:focus .cardBox.visualCardBox, .card:focus .cardBox:not(.visualCardBox) .cardScalable { + border-radius: 0.5rem; border-color: #00a4dc !important; } +.blurhash-canvas { + border-radius: 0.5rem; +} + .itemDetailImage, .cardOverlayContainer { border-radius: 0.5rem; diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index db273266e8..b0a155266d 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -66,6 +66,10 @@ html { color: #00a4dc; } +.emby-scrollbuttons .paper-icon-button-light { + color: #000000; +} + .fab, .raised { background: #d8d8d8; @@ -234,7 +238,7 @@ html { } .listItem-border { - border-color: #f0f0f0 !important; + border-color: #a7a7a7 !important; } .listItem:focus { diff --git a/src/themes/purplehaze/theme.css b/src/themes/purplehaze/theme.css index bda397da6f..6a95155b24 100644 --- a/src/themes/purplehaze/theme.css +++ b/src/themes/purplehaze/theme.css @@ -199,7 +199,7 @@ a[data-role=button] { } .cardContent { - border-radius: 1em; + border-radius: 0.8em; } .collapseContent, @@ -208,13 +208,17 @@ a[data-role=button] { .paperList, .visualCardBox { background-color: rgba(0, 0, 0, 0.5); - border-radius: 1em; + border-radius: 0.8em; } .cardOverlayContainer { border-radius: 0.8em; } +.blurhash-canvas { + border-radius: 0.8em; +} + .visualCardBox .cardOverlayContainer { border-bottom-right-radius: 0; border-bottom-left-radius: 0; @@ -553,7 +557,7 @@ a[data-role=button] { .cardBox:not(.visualCardBox) .cardPadder { background-color: rgba(0, 0, 0, 0.5); - border-radius: 1em; + border-radius: 0.8em; } .card:focus .cardBox.visualCardBox,