summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-03 13:56:04 +0200
committerraveit65 <[email protected]>2015-09-03 14:12:32 +0200
commit4d5fd3f762c0925c72d772c040b8980491ac9180 (patch)
tree7bca1a50bb3dae48dd07dea52d62b6e30fc4f784 /desktop-themes/GreenLaguna
parentc358451063464afdd841745a59b4e936ce39af30 (diff)
downloadmate-themes-4d5fd3f762c0925c72d772c040b8980491ac9180.tar.bz2
mate-themes-4d5fd3f762c0925c72d772c040b8980491ac9180.tar.xz
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
index 0d73c32d..bc662938 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css
@@ -639,3 +639,45 @@ EggToolbarEditor.vertical GtkScrolledWindow .frame {
border-style: solid;
}
+/*******
+ * Eom *
+ *******/
+
+EomThumbNav .button.flat {
+ border-color: @borders;
+ border-image: none;
+}
+
+EomThumbNav .button.flat:first-child {
+ border-radius: 4px 0px 0px 4px;
+ border-width: 1px 0px 1px 1px;
+ background-image: linear-gradient(to left,
+ @button_gradient_color_a,
+ @button_gradient_color_b);
+}
+
+EomThumbNav .button.flat:last-child {
+ border-radius: 0px 4px 4px 0px;
+ border-width: 1px 1px 1px 0px;
+ background-image: linear-gradient(to right,
+ @button_gradient_color_a,
+ @button_gradient_color_b);
+}
+
+EomThumbNav .button.flat:hover:first-child {
+ background-image: linear-gradient(to left,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+}
+
+EomThumbNav .button.flat:hover:last-child {
+ background-image: linear-gradient(to right,
+ @button_hover_gradient_color_a,
+ @button_hover_gradient_color_b);
+}
+
+EomThumbNav .button.flat:insensitive {
+ background-image: none;
+ border-color: transparent;
+}
+