aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes/None.qss.template
diff options
context:
space:
mode:
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r--libLumina/themes/None.qss.template4
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%%;
bgstack15