summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-22 19:50:21 +0100
committerraveit65 <[email protected]>2015-02-22 19:51:38 +0100
commit08ba93bf13c858b3190f7d7b21d3556bbe984bb1 (patch)
tree45397847cf5f8983be632cc0a433c77efb17447e /desktop-themes
parentcc1522c9c6157fda1121ee65e74ed9a243d4da64 (diff)
downloadmate-themes-08ba93bf13c858b3190f7d7b21d3556bbe984bb1.tar.bz2
mate-themes-08ba93bf13c858b3190f7d7b21d3556bbe984bb1.tar.xz
Menta themes GTK3: adjust caja places combobox
Diffstat (limited to 'desktop-themes')
-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 2721868f..bd5eb434 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 e5fe2af4..4b0f0d62 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,