Archived
1
0

add indicator to folder when expanded

This commit is contained in:
Snipcola 2024-04-13 14:44:39 +01:00
parent c6b51590c9
commit e3808b3130
No known key found for this signature in database
GPG Key ID: 82054D886DEA0E69

@ -510,6 +510,10 @@ body > .container > *:not(.active):not(.kr-titlebar) {
background-color: var(--lighter);
}
.exploit > .main > .container-2 > .scripts .script-container:has(.folder-scripts.expanded) .script.folder {
background-color: var(--lightest);
}
.exploit > .main > .container-2 > .scripts .script-container .script:hover {
cursor: pointer;
background-color: var(--lighter);