diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-06 03:55:13 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-06 03:55:13 +0100 |
commit | 60ae4e775e3297632474bf55cbfc4d276d5848a5 (patch) | |
tree | a4f2fe77b54538a249c2b5a51c591f00c4674f8f | |
parent | 6b6517b8a3c155ebc3c06bac738a537fe5aa7723 (diff) | |
download | mate-themes-60ae4e775e3297632474bf55cbfc4d276d5848a5.tar.bz2 mate-themes-60ae4e775e3297632474bf55cbfc4d276d5848a5.tar.xz |
GTK+-3.20 BLueMenta: fix a typo
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 071fe6a6..f825f087 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2730,13 +2730,13 @@ notebook header.bottom tabs arrow.down { notebook header.left tabs arrow.up, notebook header.right tabs arrow.up { - -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); + -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); color: @menu_controls_color; } notebook header.left tabs arrow.down, notebook header.right tabs arrow.down { - -gtk-icon-source: -gtk-icontheme("pan-up-symbolic"); + -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); color: @menu_controls_color; } |