fix style

This commit is contained in:
Jakub Trllo 2025-11-06 14:58:03 +01:00
parent f1605e494f
commit f923ae891a

View file

@ -1070,17 +1070,17 @@ PixmapButton:disabled {
background: {color:bg-buttons-disabled};
}
ValueItemButton {
UserValueItemButton {
border-radius: 0px;
background: transparent;
}
ValueItemButton:hover {
UserValueItemButton:hover {
background: {color:bg-view-selection-hover};
}
ValueItemButton[selected="1"] {
UserValueItemButton[selected="1"] {
background: {color:bg-view-selection};
}
ValueItemButton[selected="1"]:hover {
UserValueItemButton[selected="1"]:hover {
background: {color:bg-view-selection-hover};
}