diff options
author | Jehan <jehan@girinstud.io> | 2018-06-23 00:16:39 +0200 |
---|---|---|
committer | Jehan <jehan@girinstud.io> | 2018-06-23 00:35:17 +0200 |
commit | 04367acf9bc55b2d8730629c497ce268d89c36b7 (patch) | |
tree | 923f1f78a933c85e7f5eb8e6e9c76b978061fb70 | |
parent | 1a2052a40ebde21848576183e06dce7b78273dc5 (diff) | |
download | gtk+-04367acf9bc55b2d8730629c497ce268d89c36b7.tar.gz |
gtk: also recolor circle and ellipse in symbolic SVG icons.
-rw-r--r-- | gtk/gtkicontheme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 33ef8542a9..eed2c279be 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -4283,7 +4283,7 @@ gtk_icon_info_load_symbolic_svg (GtkIconInfo *icon_info, " width=\"", width, "\"\n" " height=\"", height, "\">\n" " <style type=\"text/css\">\n" - " rect,path {\n" + " rect,path,ellipse,circle {\n" " fill: ", css_fg," !important;\n" " }\n" " .warning {\n" |