mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
f7bbfc1679
commit
4e4d71a3e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user