refactor launcher removing templates
This commit is contained in:
parent
839a4a55d7
commit
7c0cf048ee
10 changed files with 188 additions and 84 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue