a variety of theme based fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user