1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

a variety of theme based fixes

This commit is contained in:
Cameron 2020-07-06 11:26:40 +01:00
parent 242413ab18
commit 8e4d672c7b
3 changed files with 26 additions and 5 deletions

View file

@ -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;

View file

@ -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 {

View file

@ -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,