mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 18:38:25 -07:00
Merge pull request #1296 from Influence365/Influence365-AppleTV-Update
Minor changes to Apple TV theme
This commit is contained in:
commit
3e0b343451
@ -293,7 +293,17 @@ html {
|
|||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline,
|
.emby-checkbox:checked + span + .checkboxOutline,
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
background-color: #00a4dc;
|
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: 0.4rem 0.5rem 0.4rem 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
||||||
@ -445,6 +455,12 @@ html {
|
|||||||
border-color: #00a4dc !important;
|
border-color: #00a4dc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardContent-button,
|
||||||
|
.itemDetailImage,
|
||||||
|
.cardOverlayContainer {
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.metadataSidebarIcon {
|
.metadataSidebarIcon {
|
||||||
color: #00a4dc;
|
color: #00a4dc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user