Change the background color of the selected text in a text box. (#5628)

* Change the background color of the selected text in a text box.
The new background color matches the green background of selected items in a tree view.

* Add selection-background-color for QLineEdit widgets in the classic theme, but keep the color as it was.
This commit is contained in:
DigArtRoks
2020-08-13 17:18:21 +02:00
committed by GitHub
parent 966f18423f
commit 1c1575cc86
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ QLineEdit {
border: 2px inset rgba(91,101,113,128);
background: #49515b;
color: #e0e0e0;
selection-background-color: #202020;
}

View File

@@ -62,6 +62,7 @@ QLineEdit {
border: 1px;
background: #101213;
color: #d1d8e4;
selection-background-color: #17793b;
}
QLineEdit:read-only {