refactor launcher removing templates

This commit is contained in:
Ashley Wulber 2021-12-31 14:58:26 -05:00
parent 839a4a55d7
commit 7c0cf048ee
10 changed files with 188 additions and 84 deletions

View file

@ -1,17 +1,24 @@
row:hover {
listview row:hover {
transition: 100ms;
background: #888888;
border-radius: 8px;
}
row {
listview row {
background: #333333;
border-radius: 8px;
}
listview {
background: #333333;
}
window {
box.container {
background: #333333;
border-radius: 15px;
padding: 12px;
border-radius: 12px;
}
window {
background: rgba(50, 50, 50, 0.0);
}