diff options
author | Ken Moore <moorekou@gmail.com> | 2015-10-13 13:10:31 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2015-10-13 13:10:31 -0400 |
commit | afa8a2468f73805646eb4b3bcf143e7e2ea3140d (patch) | |
tree | be11b4421fe0151ac2396536433f509115144939 /libLumina/themes | |
parent | A bit more cleanup of the new desktop icons: (diff) | |
download | lumina-afa8a2468f73805646eb4b3bcf143e7e2ea3140d.tar.gz lumina-afa8a2468f73805646eb4b3bcf143e7e2ea3140d.tar.bz2 lumina-afa8a2468f73805646eb4b3bcf143e7e2ea3140d.zip |
Remove the box outline for the applauncher plugin: the new font outlines takes care of readability instead now.
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%%; |