From 4e4d71a3e3392e0d638953dc602d4966a7784f0c Mon Sep 17 00:00:00 2001 From: Ruben Thoms Date: Fri, 2 Oct 2020 15:00:13 +0200 Subject: [PATCH] Adjusted dark.qss to avoid QMdiSubWindow issues. Removed implicit styling of QMdiSubWindow from dark theme. Readjusted text color in QwtPlots. --- ApplicationCode/Resources/themes/dark.qss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ApplicationCode/Resources/themes/dark.qss b/ApplicationCode/Resources/themes/dark.qss index 0010bb3c3e..7f72a580f7 100644 --- a/ApplicationCode/Resources/themes/dark.qss +++ b/ApplicationCode/Resources/themes/dark.qss @@ -75,6 +75,10 @@ RiuQwtPlotWidget { color: $textColor; } +QwtPlot QWidget { + color: $textColor; +} + QwtTextLabel { color: $textColor; } @@ -150,7 +154,7 @@ QLabel { background-color: transparent; } -QWidget { +.QWidget, QFrame, QMainWindow, QDialog, QMenu, QLabel, QCheckBox, QTabBar, QDockWidget { background-color: $mainBackgroundColor; color: $textColor; border-color: $borderColor;