Broke up UI into seperate file, reorganisation of dirtree, added ViewStack
This commit is contained in:
31
data/resources/style.css
Normal file
31
data/resources/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user