diff options
author | Ken Moore <ken@pcbsd.org> | 2015-02-03 13:59:41 -0500 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-02-03 13:59:41 -0500 |
commit | 46ea906329e00176bc150d20e3537c9730757960 (patch) | |
tree | 75158aaca4981e828825efaa0a1bd73e894b56fd /libLumina/themes/None.qss.template | |
parent | Add a new PC-BSD (version 10.x) color scheme for the Lumina Desktop (diff) | |
download | lumina-46ea906329e00176bc150d20e3537c9730757960.tar.gz lumina-46ea906329e00176bc150d20e3537c9730757960.tar.bz2 lumina-46ea906329e00176bc150d20e3537c9730757960.zip |
Find/fix a couple other issues with the themes files.
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r-- | libLumina/themes/None.qss.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template index 1633f2a3..c48ec645 100644 --- a/libLumina/themes/None.qss.template +++ b/libLumina/themes/None.qss.template @@ -7,7 +7,7 @@ QWidget{ QWidget#LuminaPanelColor{ background: QLinearGradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 %%PRIMARYCOLOR%%, stop: 1 %%PRIMARYDISABLECOLOR%%); border-radius: 3px; - border: 1px solid transparent; + /*border: 1px solid transparent;*/ } /* Set the default canvas appearance for Lumina desktop plugins*/ LDPlugin#LuminaDesktopPlugin{ @@ -25,7 +25,7 @@ LDPlugin#LuminaDesktopPluginVisible{ /* 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: QLinearGradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 %%PRIMARYDISABLECOLOR%%, stop: 1 %%PRIMARYCOLOR%%); + background-color: %%ALTBASECOLOR%%; } QCalendarWidget QWidget{ background-color: %%BASECOLOR%%; |