css transition fix
This commit is contained in:
parent
0454463e50
commit
d5733b5888
1 changed files with 3 additions and 1 deletions
|
|
@ -17,12 +17,14 @@ listview.docklist row {
|
|||
}
|
||||
|
||||
button.dock_item:hover {
|
||||
transition: 300ms;
|
||||
border-width: 0px;
|
||||
background: #888888;
|
||||
border-radius: 12px;
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
button.dock_item {
|
||||
transition: 300ms;
|
||||
background: #333333;
|
||||
border-radius: 12px;
|
||||
border-width: 0px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue