[Xfce4-commits] [xfce/xfce4-panel] 61/73: Make CSS string work with >=3.20
noreply at xfce.org
noreply at xfce.org
Sun Feb 26 16:34:42 CET 2017
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.
commit 4196dd3742f89fd691fed71f13db713aa44d04b3
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Oct 27 00:09:35 2016 +0200
Make CSS string work with >=3.20
---
wrapper/wrapper-plug.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wrapper/wrapper-plug.c b/wrapper/wrapper-plug.c
index 0b1f113..b7592fc 100644
--- a/wrapper/wrapper-plug.c
+++ b/wrapper/wrapper-plug.c
@@ -131,7 +131,7 @@ wrapper_plug_init (WrapperPlug *plug)
/* We need to set the plugin button to transparent and let everything else
* be in the theme or panel's color */
- css_string = g_strdup_printf (".xfce4-panel .button { background-color: transparent; }");
+ css_string = g_strdup_printf (".xfce4-panel button { background-color: transparent; }");
gtk_css_provider_load_from_data (provider, css_string, -1, NULL);
gtk_style_context_add_provider (context,
GTK_STYLE_PROVIDER (provider),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list