aboutsummaryrefslogtreecommitdiff
path: root/libLumina/themes/None.qss.template
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-09-10 12:39:35 -0400
committerKen Moore <moorekou@gmail.com>2015-09-10 12:39:35 -0400
commit3365faa51cbd133e960d4ea6d3c6c930390c4b95 (patch)
tree4b807631ae4a45dc29e13e3deb64551fcc55d737 /libLumina/themes/None.qss.template
parentAdd a new panel plugin: systemstart (diff)
downloadlumina-3365faa51cbd133e960d4ea6d3c6c930390c4b95.tar.gz
lumina-3365faa51cbd133e960d4ea6d3c6c930390c4b95.tar.bz2
lumina-3365faa51cbd133e960d4ea6d3c6c930390c4b95.zip
Add come fixes to libLumina to work with the new systemstart plugin, and adjust the theme files accordingly.
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 4b1d302d..a2c2e016 100644
--- a/libLumina/themes/None.qss.template
+++ b/libLumina/themes/None.qss.template
@@ -60,11 +60,11 @@ LDPlugin#desktopview QListWidget::item:hover{
color: %%TEXTHIGHLIGHTCOLOR%%;
}
/*For the special widgets on the user button*/
-UserItemWidget{
+UserItemWidget, ItemWidget{
background: transparent;
border-radius: 3px;
}
-UserItemWidget:hover{
+UserItemWidget:hover, ItemWidget:hover{
background: %%HIGHLIGHTCOLOR%%;
color: %%TEXTHIGHLIGHTCOLOR%%;
}
bgstack15