Tweaked selection text/background color in text input/plain text fields
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user