From 520ffb0410c215eb8b7b9c6f40d0433d7f88e27d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 9 Sep 2015 18:18:49 +0200 Subject: GTK3 Menta: use better image-slice values for caja sidebar-chooser button --- desktop-themes/Menta/gtk-3.0/mate-applications.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index c0669299..cef0c576 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -77,18 +77,18 @@ CajaWindow .button.flat { CajaWindow .button.flat:first-child { transition: all 400ms ease-out; - border-radius: 6px 0 0 6px; + border-radius: 3px 0 0 3px; border-right-width: 0; -/* remove left border */ - border-image: url("borders/button.png") 3 3 4 3 / 3px 0px 4px 3px stretch; +/* remove right border */ + border-image: url("borders/button.png") 3 4 4 3 / 3px 0px 4px 3px stretch; } CajaWindow .button.flat:last-child { transition: all 400ms ease-out; - border-radius: 0 6px 6px 0; + border-radius: 0 3px 3px 0; border-left-width: 0; -/* remove right border */ - border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 0px stretch; +/* remove left border */ + border-image: url("borders/button.png") 3 3 4 4 / 3px 3px 4px 0px stretch; } CajaWindow .button.flat:hover { -- cgit v1.2.1