[Xfce4-commits] [xfce/xfdesktop] 01/01: fallback style: Highlight selected icons (Bug #15866)
noreply at xfce.org
noreply at xfce.org
Sun Aug 25 23:40:45 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/xfdesktop.
commit 337c1b7c6a6aa240a28a7cb10f785b190623b24d
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 25 18:37:51 2019 -0300
fallback style: Highlight selected icons (Bug #15866)
---
src/xfdesktop-application.c | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/xfdesktop-application.c b/src/xfdesktop-application.c
index 539266a..b655ca3 100644
--- a/src/xfdesktop-application.c
+++ b/src/xfdesktop-application.c
@@ -150,10 +150,16 @@ const gchar *fallback_CSS =
"XfdesktopIconView.view .label {"
" text-shadow: 1px 1px 2px black;"
"}"
+"XfdesktopIconView.view .label:active {"
+" color: @theme_selected_fg_color;"
+"}"
"XfdesktopIconView .rubberband {"
" background: alpha(@theme_selected_bg_color, 0.2);"
" border: 1px solid @theme_selected_bg_color;"
" border-radius: 0;"
+"}"
+"XfdesktopIconView:active {"
+" color: @theme_selected_bg_color;"
"}";
G_DEFINE_TYPE(XfdesktopApplication, xfdesktop_application, G_TYPE_APPLICATION)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list