add different hover background color for list items

This commit is contained in:
Sven Balzer 2025-09-11 13:24:54 +02:00
parent e14506998f
commit aa3a3e633d

View File

@ -424,6 +424,10 @@ html {
border: none;
border-radius: 0px 0px 5px 5px;
}
&:hover {
background: #3b404d;
}
}
&.Dialog > .window-content {