summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-02-06 03:55:13 +0100
committerWolfgang Ulbrich <[email protected]>2016-02-06 03:56:28 +0100
commit22d675afe68f0bd832a70336254c59ab2f4ca2c0 (patch)
tree425113b1b2424662b5e10913eef17937ca4b0430 /desktop-themes
parent04af7877e128fc56e9a67cd90d0f317c1404cf33 (diff)
downloadmate-themes-22d675afe68f0bd832a70336254c59ab2f4ca2c0.tar.bz2
mate-themes-22d675afe68f0bd832a70336254c59ab2f4ca2c0.tar.xz
GTK+-3.20 BLueMenta: fix a typo
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css4
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;
}