diff options
author | Ken Moore <moorekou@gmail.com> | 2015-09-11 14:45:21 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-09-11 14:45:21 -0400 |
commit | 556c6d7d55c656a9f935fba4657d3aa1aa1e9869 (patch) | |
tree | ec3eb0ab9a9b13021fa268833b8aa1833c9ebef4 /libLumina/themes/Lumina-default.qss.template | |
parent | Ensure that the window activation request is sent out when the file manager g... (diff) | |
download | lumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.tar.gz lumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.tar.bz2 lumina-556c6d7d55c656a9f935fba4657d3aa1aa1e9869.zip |
Adjust the theming of the calendar widgets so that the day/week are a bit more distinct from the main days area
Diffstat (limited to 'libLumina/themes/Lumina-default.qss.template')
-rw-r--r-- | libLumina/themes/Lumina-default.qss.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template index 7f0f185e..adfaf444 100644 --- a/libLumina/themes/Lumina-default.qss.template +++ b/libLumina/themes/Lumina-default.qss.template @@ -574,7 +574,7 @@ QAbstractSpinBox::up-arrow{ } QCalendarWidget QWidget{ background-color: %%BASECOLOR%%; - alternate-background-color: %%PRIMARYDISABLECOLOR%%; + alternate-background-color: %%HIGHLIGHTDISABLECOLOR%%; color: %%TEXTCOLOR%%; } QCalendarWidget QAbstractButton{ @@ -589,7 +589,7 @@ QCalendarWidget QAbstractItemView{ selection-color: %%TEXTHIGHLIGHTCOLOR%%; } QCalendarWidget QWidget#qt_calendar_calendarview{ - background-color: %%BASECOLOR%%; + background-color: %%ALTBASECOLOR%%; border: none; } |