Merge pull request #25526 from Syres916/Fix_Two_StyleSheet_Issues

[Gui] increase contrast of menu separators and down arrows in comboboxes
This commit is contained in:
Chris Hennes
2025-11-24 10:48:12 -06:00
committed by GitHub

View File

@@ -508,8 +508,8 @@ QMenu::item:disabled {
}
QMenu::separator {
height: 2px;
background-color: @PrimaryColor;
height: 1px;
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 {}