improve styling

This commit is contained in:
Ashley Wulber 2022-01-14 11:17:36 -05:00
parent 8737c39a70
commit 7ac16fb414
2 changed files with 9 additions and 3 deletions

View file

@ -1,10 +1,11 @@
listview row:hover {
listview row:selected {
transition: 100ms;
background: #888888;
border-radius: 8px;
}
listview row {
transition: 100ms;
background: #333333;
border-radius: 8px;
}