Moved QScrollArea bg styling to global QSS
This commit is contained in:
@@ -103,6 +103,11 @@ QScrollBar::sub-line:vertical {
|
||||
background: none;
|
||||
}
|
||||
|
||||
QScrollArea,
|
||||
QScrollArea .QWidget {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
QComboBox,
|
||||
QLineEdit {
|
||||
background-color: #2F2F2D;
|
||||
|
||||
Reference in New Issue
Block a user