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:
parent
242413ab18
commit
8e4d672c7b
3 changed files with 26 additions and 5 deletions
|
@ -125,6 +125,7 @@ html {
|
||||||
.visualCardBox,
|
.visualCardBox,
|
||||||
.cardBox:not(.visualCardBox) .cardPadder {
|
.cardBox:not(.visualCardBox) .cardPadder {
|
||||||
background-color: rgba(0, 0, 0, 0.1);
|
background-color: rgba(0, 0, 0, 0.1);
|
||||||
|
border-radius: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.defaultCardBackground1 {
|
.defaultCardBackground1 {
|
||||||
|
@ -173,6 +174,10 @@ html {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cardImageContainer {
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.formDialogHeader a,
|
.formDialogHeader a,
|
||||||
.toast {
|
.toast {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -286,7 +291,10 @@ html {
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline,
|
.emby-checkbox:checked + span + .checkboxOutline {
|
||||||
|
background-color: #00a4dc;
|
||||||
|
}
|
||||||
|
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
background: 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%);
|
||||||
}
|
}
|
||||||
|
@ -451,9 +459,14 @@ html {
|
||||||
|
|
||||||
.card:focus .cardBox.visualCardBox,
|
.card:focus .cardBox.visualCardBox,
|
||||||
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
|
||||||
|
border-radius: 0.5rem;
|
||||||
border-color: #00a4dc !important;
|
border-color: #00a4dc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blurhash-canvas {
|
||||||
|
border-radius: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.itemDetailImage,
|
.itemDetailImage,
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
|
|
@ -66,6 +66,10 @@ html {
|
||||||
color: #00a4dc;
|
color: #00a4dc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.emby-scrollbuttons .paper-icon-button-light {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
.fab,
|
.fab,
|
||||||
.raised {
|
.raised {
|
||||||
background: #d8d8d8;
|
background: #d8d8d8;
|
||||||
|
@ -234,7 +238,7 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem-border {
|
.listItem-border {
|
||||||
border-color: #f0f0f0 !important;
|
border-color: #a7a7a7 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.listItem:focus {
|
.listItem:focus {
|
||||||
|
|
|
@ -199,7 +199,7 @@ a[data-role=button] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContent {
|
.cardContent {
|
||||||
border-radius: 1em;
|
border-radius: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collapseContent,
|
.collapseContent,
|
||||||
|
@ -208,13 +208,17 @@ a[data-role=button] {
|
||||||
.paperList,
|
.paperList,
|
||||||
.visualCardBox {
|
.visualCardBox {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 1em;
|
border-radius: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardOverlayContainer {
|
.cardOverlayContainer {
|
||||||
border-radius: 0.8em;
|
border-radius: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blurhash-canvas {
|
||||||
|
border-radius: 0.8em;
|
||||||
|
}
|
||||||
|
|
||||||
.visualCardBox .cardOverlayContainer {
|
.visualCardBox .cardOverlayContainer {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
@ -553,7 +557,7 @@ a[data-role=button] {
|
||||||
|
|
||||||
.cardBox:not(.visualCardBox) .cardPadder {
|
.cardBox:not(.visualCardBox) .cardPadder {
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 1em;
|
border-radius: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card:focus .cardBox.visualCardBox,
|
.card:focus .cardBox.visualCardBox,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue