New: Updated video indicator icon colors

This commit is contained in:
lscambo13
2025-01-19 20:03:36 +05:30
parent 29160bd92c
commit dba309726a

View File

@@ -1016,12 +1016,23 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
right: .2em; right: .2em;
} }
.indicator { .indicator {
border: solid rgb(124 124 124 / 50%) var(--borderWidth); border: solid rgb(124 124 124 / 50%) var(--borderWidth);
border-radius: 100em; border-radius: 100em;
} }
.playedIndicator {
background: rgb(34, 197, 94);
border: var(--lighterBorderColor) solid var(--borderWidth);
}
.videoIndicator{
background: rgb(142 70 45);
padding: .5em;
transform: scale(.85);
border: var(--lighterBorderColor) solid var(--borderWidth);
}
.defaultCardBackground, .defaultCardBackground,
.cardScalable { .cardScalable {
background: var(--cardBackgroundGradient); background: var(--cardBackgroundGradient);