summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-09 18:03:32 +0200
committerraveit65 <[email protected]>2015-09-09 18:06:42 +0200
commit9e934c28dd09aa49af6d81c4e2e1004514279a59 (patch)
treed2cc8783ba261308e5a29d4977290c76b4936109
parent537cca9e70d0e39192acda38de0e25e3436424d5 (diff)
downloadmate-themes-9e934c28dd09aa49af6d81c4e2e1004514279a59.tar.bz2
mate-themes-9e934c28dd09aa49af6d81c4e2e1004514279a59.tar.xz
GTK3 Menta themes: use better image-slice values for caja sidebar-chooser button
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 6bd50df6..4973dc8b 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -75,18 +75,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 {