mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
[themes] Fix blend of gray widget background issues
This commit is contained in:
parent
01eb8896fb
commit
19432cd4a0
@ -1,11 +1,9 @@
|
||||
QToolTip
|
||||
QWidget
|
||||
{
|
||||
border: 1px solid #222;
|
||||
background-color: @itemdarkbackground;
|
||||
color: @itembackground;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QWindow, QMainWindow, QWidget
|
||||
QWindow, QMainWindow, QMdiSubWindow, QDialog, QAbstractScrollArea, QFocusFrame, QWizardPage, QDockWidget, QTabWidget, QGroupBox
|
||||
{
|
||||
color: @text;
|
||||
background-color: @background;
|
||||
@ -23,6 +21,13 @@ QWidget:item:selected
|
||||
color: @text;
|
||||
}
|
||||
|
||||
QToolTip
|
||||
{
|
||||
border: 1px solid #222;
|
||||
background-color: @itemdarkbackground;
|
||||
color: @itembackground;
|
||||
}
|
||||
|
||||
QMenuBar {
|
||||
background-color: @itemdarkbackground;
|
||||
color: @itembackground;
|
||||
|
Loading…
x
Reference in New Issue
Block a user