Tweaked selection text/background color in text input/plain text fields
This commit is contained in:
@@ -125,6 +125,8 @@ QLineEdit,
|
||||
QPlainTextEdit {
|
||||
background-color: #2F2F2D;
|
||||
border: 1px solid #41423f;
|
||||
selection-background-color: #355A80;
|
||||
selection-color: #afb1b3;
|
||||
}
|
||||
|
||||
QLineEdit {
|
||||
@@ -170,8 +172,7 @@ QComboBox QAbstractItemView::item:selected {
|
||||
}
|
||||
|
||||
QLineEdit:disabled,
|
||||
QPlainTextEdit:disabled,
|
||||
QPlainTextEdit:read-only {
|
||||
QPlainTextEdit:disabled {
|
||||
color: #7d7d7d;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user