summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJehan <jehan@girinstud.io>2018-06-23 00:16:39 +0200
committerMatthias Clasen <mclasen@redhat.com>2018-06-23 16:14:01 -0400
commit593edacb48849746f5541c72c021b50a12794ca1 (patch)
treeb8bf6c08aad1d5d0c49aca883692781dcf47745c
parent0997ffbc5b2ab721edd3d23b83d9d5147eb4bada (diff)
downloadgtk+-593edacb48849746f5541c72c021b50a12794ca1.tar.gz
gtk: also recolor circle and ellipse in symbolic SVG icons.3.23.0
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 45edf61ddf..4de8a5c308 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -4567,7 +4567,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"