mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
New: Card indicators for different media have distinct colors now (i.e. photo, video, folder, photo album)
This commit is contained in:
@@ -1066,12 +1066,25 @@ div[data-isfolder="true"] .cardText-first+.itemSelectionPanel>.checkboxContainer
|
|||||||
}
|
}
|
||||||
|
|
||||||
.videoIndicator {
|
.videoIndicator {
|
||||||
background: rgb(121 65 5);
|
background: rgb(41 41 41);
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
transform: scale(.85);
|
transform: scale(.85);
|
||||||
border: var(--defaultLighterBorder);
|
border: var(--defaultLighterBorder);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.videoIndicator:has(.photo_album),
|
||||||
|
.videoIndicator:has(.folder) {
|
||||||
|
background: peru;
|
||||||
|
}
|
||||||
|
|
||||||
|
.videoIndicator:has(.photo) {
|
||||||
|
background: steelblue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.videoIndicator:has(.videocam) {
|
||||||
|
background: indianred;
|
||||||
|
}
|
||||||
|
|
||||||
.defaultCardBackground,
|
.defaultCardBackground,
|
||||||
.cardScalable {
|
.cardScalable {
|
||||||
background: var(--cardBackgroundGradient);
|
background: var(--cardBackgroundGradient);
|
||||||
|
Reference in New Issue
Block a user