improve styling
This commit is contained in:
parent
8737c39a70
commit
7ac16fb414
2 changed files with 9 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue