Styling for QPlainTextEdit widget
This commit is contained in:
@@ -109,7 +109,8 @@ QScrollArea .QWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QComboBox,
|
QComboBox,
|
||||||
QLineEdit {
|
QLineEdit,
|
||||||
|
QPlainTextEdit {
|
||||||
background-color: #2F2F2D;
|
background-color: #2F2F2D;
|
||||||
border: 1px solid #41423f;
|
border: 1px solid #41423f;
|
||||||
}
|
}
|
||||||
@@ -156,8 +157,9 @@ QComboBox QAbstractItemView::item:selected {
|
|||||||
color: #afb1b3;
|
color: #afb1b3;
|
||||||
}
|
}
|
||||||
|
|
||||||
QLineEdit:disabled {
|
QLineEdit:disabled,
|
||||||
font-style: italic;
|
QPlainTextEdit:disabled,
|
||||||
|
QPlainTextEdit:read-only {
|
||||||
color: #7d7d7d;
|
color: #7d7d7d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user