summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
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/Menta/gtk-3.0
parentc358451063464afdd841745a59b4e936ce39af30 (diff)
downloadmate-themes-4d5fd3f762c0925c72d772c040b8980491ac9180.tar.bz2
mate-themes-4d5fd3f762c0925c72d772c040b8980491ac9180.tar.xz
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index 191daad0..e5ecffc2 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -818,3 +818,31 @@ EggToolbarEditor.vertical GtkScrolledWindow .frame {
border-style: solid;
}
+/*******
+ * Eom *
+ *******/
+
+EomThumbNav .button.flat:first-child {
+ border-radius: 4px 0px 0px 4px;
+ border-width: 1px 0px 1px 1px;
+}
+
+EomThumbNav .button.flat:last-child {
+ border-radius: 0px 4px 4px 0px;
+ border-width: 1px 1px 1px 0px;
+}
+
+EomThumbNav .button.flat {
+ border-image: none;
+ border-color: @unfocused_borders;
+}
+
+EomThumbNav .button.flat:hover {
+ border-image: none;
+ border-color: @menu_combobox_border;
+}
+
+EomThumbNav .button.flat:insensitive {
+ border-color: transparent;
+}
+