Tweaked selection text/background color in text input/plain text fields

This commit is contained in:
Nav
2023-04-25 19:49:06 +01:00
parent d68d944efc
commit baacfdcef6

View File

@@ -125,6 +125,8 @@ QLineEdit,
QPlainTextEdit { QPlainTextEdit {
background-color: #2F2F2D; background-color: #2F2F2D;
border: 1px solid #41423f; border: 1px solid #41423f;
selection-background-color: #355A80;
selection-color: #afb1b3;
} }
QLineEdit { QLineEdit {
@@ -170,8 +172,7 @@ QComboBox QAbstractItemView::item:selected {
} }
QLineEdit:disabled, QLineEdit:disabled,
QPlainTextEdit:disabled, QPlainTextEdit:disabled {
QPlainTextEdit:read-only {
color: #7d7d7d; color: #7d7d7d;
} }