diff options
Diffstat (limited to 'libLumina/themes')
-rw-r--r-- | libLumina/themes/Lumina-default.qss.template | 5 | ||||
-rw-r--r-- | libLumina/themes/None.qss.template | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/libLumina/themes/Lumina-default.qss.template b/libLumina/themes/Lumina-default.qss.template index adfaf444..7a15d963 100644 --- a/libLumina/themes/Lumina-default.qss.template +++ b/libLumina/themes/Lumina-default.qss.template @@ -28,10 +28,7 @@ LDPlugin#applauncher, LDPlugin#desktopview{ } LDPlugin#applauncher QToolButton{ -background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 transparent, - stop: 0.7 transparent, - stop: 1.0 %%PRIMARYDISABLECOLOR%%); +background: transparent; border: none; border-radius: 5px; color: %%TEXTCOLOR%%; diff --git a/libLumina/themes/None.qss.template b/libLumina/themes/None.qss.template index c78527ef..e8dc4573 100644 --- a/libLumina/themes/None.qss.template +++ b/libLumina/themes/None.qss.template @@ -26,10 +26,7 @@ LDPlugin#applauncher, LDPlugin#desktopview{ } LDPlugin#applauncher QToolButton{ -background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, - stop: 0 transparent, - stop: 0.7 transparent, - stop: 1.0 %%PRIMARYDISABLECOLOR%%); +background: transparent; border: none; border-radius: 5px; color: %%TEXTCOLOR%%; |