[Gui] increase contrast of menu separators and down arrows in comboboxes
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user