diff options
author | Ken Moore <ken@ixsystems.com> | 2017-09-14 10:52:20 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-09-14 10:52:20 -0400 |
commit | 5f82ff57aded0bdea93a1e825070538c4f928275 (patch) | |
tree | 8155668fc75c9a99d410a0aefac60a4f9ea28f80 /src-qt5/core/lumina-theme-engine/desktop_qss | |
parent | Also auto-open the palette modification UI when creating a copy of a color sc... (diff) | |
download | lumina-5f82ff57aded0bdea93a1e825070538c4f928275.tar.gz lumina-5f82ff57aded0bdea93a1e825070538c4f928275.tar.bz2 lumina-5f82ff57aded0bdea93a1e825070538c4f928275.zip |
Cleanup the QSS page quite a bit so that items can now be sorted, ordered by priority and more.
Diffstat (limited to 'src-qt5/core/lumina-theme-engine/desktop_qss')
-rw-r--r-- | src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass.qss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass.qss b/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass.qss index c99ee179..70db70fc 100644 --- a/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass.qss +++ b/src-qt5/core/lumina-theme-engine/desktop_qss/DarkGlass.qss @@ -68,7 +68,7 @@ LTBWidget:hover, LTBWidget#WindowVisible:hover, LTBWidget#WindowInvisible:hover, /* CALENDER WIDGET */ /* (This is a special hack since there is no official support for stylesheets for this widget) */ QCalendarWidget QWidget#qt_calendar_navigationbar{ - background-color: palette(alternate-base); + background-color: palette(base); } QCalendarWidget QWidget{ background-color: palette(base); |