[Gui] increase contrast of menu separators and down arrows in comboboxes

This commit is contained in:
Syres916
2025-11-21 17:07:03 +00:00
committed by GitHub
parent eac3e7eeab
commit beb36c02a4

View File

@@ -509,7 +509,7 @@ QMenu::item:disabled {
QMenu::separator {
height: 2px;
background-color: @PrimaryColor;
background-color: @GroupboxBorderColor;
}
QMenu::item {
@@ -1460,6 +1460,7 @@ QComboBox::drop-down {
width: 20px;
border-right: 1px solid transparent;
padding-right: 2px;
padding-left: 12px;
}
QComboBox::drop-down:hover {}