Dark Theme: Use the secondary color for text selection in LineEditor and friends

* The primary color is hard to distinguish from the background color of the widgets
This commit is contained in:
Gaute Lindkvist 2020-10-02 15:32:37 +02:00 committed by Magne Sjaastad
parent 8eb0ecf319
commit 1cca435548

View File

@ -283,6 +283,7 @@ QDoubleSpinBox, QDateEdit, QDateTimeEdit {
border: 0;
padding: 3px;
border: 2px solid $inputColor;
selection-background-color: $secondaryColor;
}
QLineEdit:focus, QComboBox:focus, QSpinBox:focus,