refactor ui layout

This commit is contained in:
Ashley Wulber 2021-12-30 22:23:17 -05:00
parent 2b8e462c9d
commit a1ab52b311
5 changed files with 44 additions and 35 deletions

View file

@ -1,12 +1,26 @@
row:hover {
listview row:hover {
transition: 100ms;
background: #888888;
border-radius: 12px;
padding: 0px;
}
row {
listview row {
background: #333333;
border-radius: 12px;
padding: 0px;
}
button:hover {
background: #888888;
border-radius: 12px;
border-width: 0px;
}
button {
background: #333333;
border-radius: 12px;
border-width: 0px;
}
listview {
@ -18,7 +32,7 @@ window {
background: rgba(50, 50, 50, 0.0);
}
box#dock-container {
box.dock {
border-radius: 12px;
background: #333333;
}