diff options
author | raveit65 <[email protected]> | 2015-04-20 15:12:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-20 15:14:23 +0200 |
commit | 20771737f55a60b79991320dd3f82bf875334005 (patch) | |
tree | 6c9d3f7ef91079d981cfccda3bbb89981b045eed /desktop-themes/BlueMenta | |
parent | 8b1d3fcaff3f1efb9a85ac326410591eb5515e3e (diff) | |
download | mate-themes-20771737f55a60b79991320dd3f82bf875334005.tar.bz2 mate-themes-20771737f55a60b79991320dd3f82bf875334005.tar.xz |
BM, GL, BM, M GTK+-3.14: use regular icon style at another place too
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 02d0093c..24780883 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2208,6 +2208,7 @@ GtkTreeMenu .menuitem, .menubar .menuitem { transition: all 200ms ease-out; + -gtk-icon-style: regular; border-style: none; padding: 4px 6px; text-shadow: 0 1px @button_text_shadow; |