Adjusted dark.qss to avoid QMdiSubWindow issues.

Removed implicit styling of QMdiSubWindow from dark theme.


Readjusted text color in QwtPlots.
This commit is contained in:
Ruben Thoms 2020-10-02 15:00:13 +02:00 committed by Magne Sjaastad
parent f7bbfc1679
commit 4e4d71a3e3

View File

@ -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;