formatting
This commit is contained in:
parent
2c0aea3e78
commit
ca89fb6199
2 changed files with 28 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue