diff options
Diffstat (limited to 'libLumina/themes/None.qss.template')
-rw-r--r-- | libLumina/themes/None.qss.template | 5 |
1 files changed, 1 insertions, 4 deletions
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%%; |