mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Updated video indicator icon colors
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user