formatting

This commit is contained in:
Ashley Wulber 2022-01-04 14:03:28 -05:00
parent 2c0aea3e78
commit ca89fb6199
2 changed files with 28 additions and 5 deletions

View file

@ -1,3 +1,8 @@
listview {
border-radius: 12px;
background: #333333;
}
listview row:hover {
transition: 100ms;
background: #888888;
@ -11,6 +16,24 @@ listview row {
padding: 0px;
}
list {
border-radius: 12px;
background: #333333;
}
list row:hover {
transition: 100ms;
background: #888888;
border-radius: 12px;
padding: 0px;
}
list row {
background: #333333;
border-radius: 12px;
padding: 0px;
}
button:hover {
background: #888888;
border-radius: 12px;
@ -23,11 +46,6 @@ button {
border-width: 0px;
}
listview {
border-radius: 12px;
background: #333333;
}
box.dock {
border-radius: 12px;
background: #333333;