feat: shortcuts and layout improvements
This commit is contained in:
parent
52aeadf003
commit
7572e0d87f
15 changed files with 513 additions and 0 deletions
15
examples/gtklauncher/style.css
Normal file
15
examples/gtklauncher/style.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
description {
|
||||
line-height: 1.5em;
|
||||
background-image: none;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
row.row1 {
|
||||
background-image: none;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
shortcut {
|
||||
background-image: none;
|
||||
background-color: green;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue