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;
|
color: $textColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QwtPlot QWidget {
|
||||||
|
color: $textColor;
|
||||||
|
}
|
||||||
|
|
||||||
QwtTextLabel {
|
QwtTextLabel {
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
}
|
}
|
||||||
@ -150,7 +154,7 @@ QLabel {
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
QWidget {
|
.QWidget, QFrame, QMainWindow, QDialog, QMenu, QLabel, QCheckBox, QTabBar, QDockWidget {
|
||||||
background-color: $mainBackgroundColor;
|
background-color: $mainBackgroundColor;
|
||||||
color: $textColor;
|
color: $textColor;
|
||||||
border-color: $borderColor;
|
border-color: $borderColor;
|
||||||
|
Loading…
Reference in New Issue
Block a user