Broke up UI into seperate file, reorganisation of dirtree, added ViewStack

This commit is contained in:
2025-12-02 23:04:11 +01:00
parent cc1401ff96
commit f8a10249bb
41 changed files with 2742 additions and 3564 deletions

31
data/resources/style.css Normal file
View File

@@ -0,0 +1,31 @@
.disabled {
background: rgb(29,29,29);
}
.toggle:checked {
background: var(--accent-bg-color);
}
.toggle:hover {
background: color-mix(in srgb, #222226 ,var(--accent-color) 20%);
}
.toggle:active {
background: var(--accent-color);
}
flowboxchild:hover {
background: #222222;
}
.flowbox:active {
background: #222222;
}
.box:active {
background: #222222;
}
.bold {
font-weight: bold;
}