summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-22 19:50:21 +0100
committerraveit65 <[email protected]>2015-02-22 19:52:31 +0100
commitee825c66fb27306726467c72dd37aade7e085120 (patch)
tree49f2175f8db7fb539c5660d62c9d6fa6c9238ae4
parent87d991f1975a00e63a151ef5eadebddcb933000e (diff)
downloadmate-themes-ee825c66fb27306726467c72dd37aade7e085120.tar.bz2
mate-themes-ee825c66fb27306726467c72dd37aade7e085120.tar.xz
Menta themes GTK3: adjust caja places combobox
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css48
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css48
2 files changed, 88 insertions, 8 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index 025b1d8a..234c0040 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -58,13 +58,28 @@ CajaPlacesTreeView:hover {
CajaPlacesTreeView:selected:hover {
}
-/* Caja places bar */
+/* Caja places combobox */
CajaWindow .button.flat {
background-color: transparent;
background-image: linear-gradient(to bottom,
@button_gradient_color_a,
@button_gradient_color_b);
- border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:first-child {
+ transition: all 400ms ease-out;
+ border-radius: 6px 0 0 6px;
+ border-right-width: 0;
+/* remove left border */
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 0px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:last-child {
+ transition: all 400ms ease-out;
+ border-radius: 0 6px 6px 0;
+ border-left-width: 0;
+/* remove right border */
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 0px stretch;
}
CajaWindow .button.flat:hover {
@@ -72,20 +87,45 @@ CajaWindow .button.flat:hover {
background-image: linear-gradient(to bottom,
@button_hover_gradient_color_a,
@button_hover_gradient_color_b);
- border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:hover:first-child {
+ border-radius: 6px 0 0 6px;
+ border-right-width: 0;
+ background-color: transparent;
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 0px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:hover:last-child {
+ border-radius: 0 6px 6px 0;
+ border-left-width: 0;
+ background-color: transparent;
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 0px stretch;
}
/* some overrides for button.flat */
/* zoom button */
-CajaWindow .primary-toolbar .button.flat {
+CajaWindow .primary-toolbar .button.flat,
+CajaWindow .primary-toolbar .button.flat:first-child,
+CajaWindow .primary-toolbar .button.flat:last-child {
+ transition: all 400ms ease-out;
+ border-width: 3px;
background-color: transparent;
background-image: linear-gradient(to bottom,
shade (@theme_bg_color, 1.0),
shade (@theme_bg_color, 0.96));
+ border-image: none;
}
/* zoom button */
CajaWindow .primary-toolbar .button.flat:hover {
+ border-width: 3px;
background-color: transparent;
background-image: linear-gradient(to bottom,
@button_gradient_color_a,
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index b206d4c8..555e7d51 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -60,13 +60,28 @@ CajaPlacesTreeView:hover {
CajaPlacesTreeView:selected:hover {
}
-/* Caja places bar */
+/* Caja places combobox */
CajaWindow .button.flat {
background-color: transparent;
background-image: linear-gradient(to bottom,
@button_gradient_color_a,
@button_gradient_color_b);
- border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:first-child {
+ transition: all 400ms ease-out;
+ border-radius: 6px 0 0 6px;
+ border-right-width: 0;
+/* remove left border */
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 0px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:last-child {
+ transition: all 400ms ease-out;
+ border-radius: 0 6px 6px 0;
+ border-left-width: 0;
+/* remove right border */
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 0px stretch;
}
CajaWindow .button.flat:hover {
@@ -74,20 +89,45 @@ CajaWindow .button.flat:hover {
background-image: linear-gradient(to bottom,
@button_hover_gradient_color_a,
@button_hover_gradient_color_b);
- border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:hover:first-child {
+ border-radius: 6px 0 0 6px;
+ border-right-width: 0;
+ background-color: transparent;
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 0px 4px 3px stretch;
+}
+
+CajaWindow .button.flat:hover:last-child {
+ border-radius: 0 6px 6px 0;
+ border-left-width: 0;
+ background-color: transparent;
+ background-image: linear-gradient(to bottom,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+ border-image: url("borders/button.png") 3 3 4 3 / 3px 3px 4px 0px stretch;
}
/* some overrides for button.flat */
/* zoom button */
-CajaWindow .primary-toolbar .button.flat {
+CajaWindow .primary-toolbar .button.flat,
+CajaWindow .primary-toolbar .button.flat:first-child,
+CajaWindow .primary-toolbar .button.flat:last-child {
+ transition: all 400ms ease-out;
+ border-width: 3px;
background-color: transparent;
background-image: linear-gradient(to bottom,
shade (@theme_bg_color, 1.0),
shade (@theme_bg_color, 0.96));
+ border-image: none;
}
/* zoom button */
CajaWindow .primary-toolbar .button.flat:hover {
+ border-width: 3px;
background-color: transparent;
background-image: linear-gradient(to bottom,
@button_gradient_color_a,