mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
8eb0ecf319
commit
1cca435548
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user