very simple alignment of dock on bottom edge
This commit is contained in:
parent
fc8a51389f
commit
09bdb53f8e
12 changed files with 959 additions and 1 deletions
14
examples/dock/style.css
Normal file
14
examples/dock/style.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
row:hover {
|
||||
transition: 100ms;
|
||||
background: #888888;
|
||||
}
|
||||
row {
|
||||
background: #333333;
|
||||
}
|
||||
listview {
|
||||
background: #333333;
|
||||
}
|
||||
window {
|
||||
background: #333333;
|
||||
border-radius: 15px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue