add different hover background color for list items
This commit is contained in:
parent
e14506998f
commit
aa3a3e633d
@ -424,6 +424,10 @@ html {
|
||||
border: none;
|
||||
border-radius: 0px 0px 5px 5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #3b404d;
|
||||
}
|
||||
}
|
||||
|
||||
&.Dialog > .window-content {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user