css transition fix

This commit is contained in:
Ashley Wulber 2022-01-06 15:48:00 -05:00
parent 0454463e50
commit d5733b5888

View file

@ -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;