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

(cherry picked from commit cda9a107aa)
This commit is contained in:
Syres916
2025-11-24 19:18:46 +01:00
committed by Max Wilfinger
parent 45c5b33db5
commit 7c0c421401
+2 -1
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 {}