We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8af45 + f22197d commit a7cf236Copy full SHA for a7cf236
novelwriter/gui/search.py
@@ -161,7 +161,7 @@ def updateTheme(self) -> None:
161
colBase = cssCol(qPalette.base().color())
162
colFocus = cssCol(qPalette.highlight().color())
163
164
- self.headerWidget.setStyleSheet(f"background: {colBase};")
+ self.headerWidget.setStyleSheet(f"QWidget {{background: {colBase};}}")
165
self.headerWidget.setAutoFillBackground(True)
166
167
self.setStyleSheet(
0 commit comments