diff options
author | raveit65 <[email protected]> | 2015-02-14 14:38:55 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-02-14 14:39:51 +0100 |
commit | 385531fb41b9d431cc9411a0e13134274a4734fd (patch) | |
tree | a9c7d51d916ad55d776f6ba9c4e624b48b5e3cc6 /desktop-themes/TraditionalGreen | |
parent | 71c8d7372b091d39ba98edd2eac458b304a4c0dc (diff) | |
download | mate-themes-385531fb41b9d431cc9411a0e13134274a4734fd.tar.bz2 mate-themes-385531fb41b9d431cc9411a0e13134274a4734fd.tar.xz |
All themes GTK3-3.14: disable usage of symbolic icons
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index d118163c..1f389d58 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -37,7 +37,7 @@ outline-offset: -2px; outline-width: 0px; /* disable ugly focus-line */ outline-radius: 2px; - + -gtk-icon-style: regular; /* disable symbolic icons */ -GtkWindow-resize-grip-width: 11; -GtkWindow-resize-grip-height: 11; } |