From afa8a2468f73805646eb4b3bcf143e7e2ea3140d Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 13 Oct 2015 13:10:31 -0400 Subject: Remove the box outline for the applauncher plugin: the new font outlines takes care of readability instead now. --- libLumina/themes/Lumina-default.qss.template | 5 +---- libLumina/themes/None.qss.template | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'libLumina/themes') 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%%; -- cgit