styling tweaks & add separator
This commit is contained in:
parent
7f65293179
commit
b59d8a434c
9 changed files with 199 additions and 212 deletions
|
|
@ -1,13 +1,21 @@
|
|||
row:hover {
|
||||
transition: 100ms;
|
||||
background: #888888;
|
||||
border-radius: 10px;
|
||||
}
|
||||
row {
|
||||
background: #333333;
|
||||
border-radius: 10px;
|
||||
}
|
||||
listview {
|
||||
border-radius: 10px;
|
||||
background: #333333;
|
||||
}
|
||||
window {
|
||||
background: rgba(50,50,50,0.0);
|
||||
}
|
||||
box#dock-container {
|
||||
padding-right: 10px;
|
||||
border-radius: 10px;
|
||||
background: #333333;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue