Skip to content
Snippets Groups Projects
Commit 4196dd37 authored by Simon Steinbeiss's avatar Simon Steinbeiss Committed by Andrzej
Browse files

Make CSS string work with >=3.20

parent d3f779cc
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment