summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-03 13:56:04 +0200
committerraveit65 <[email protected]>2015-09-03 14:12:55 +0200
commit76399ff87ae762c26ea0a358aad40e99d506d2e8 (patch)
treeb190c1948d3808626f1cbf51e2034d8a4816d1f8 /desktop-themes/ContrastHighInverse
parentddacdc9c57e3d0c7fa8f8f16a27b9f3e76b99ef3 (diff)
downloadmate-themes-76399ff87ae762c26ea0a358aad40e99d506d2e8.tar.bz2
mate-themes-76399ff87ae762c26ea0a358aad40e99d506d2e8.tar.xz
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/ContrastHighInverse')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
index 27076ccd..20eb9604 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
+++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css
@@ -251,3 +251,29 @@ ShellWindow GtkScrolledWindow .button.flat:hover {
border-radius: 12px;
}
+/*******
+ * Eom *
+ *******/
+
+EomThumbNav .button.flat:first-child {
+ border-radius: 4px 0px 0px 4px;
+ border-width: 2px 0px 2px 2px;
+}
+
+EomThumbNav .button.flat:last-child {
+ border-radius: 0px 4px 4px 0px;
+ border-width: 2px 2px 2px 0px;
+}
+
+EomThumbNav .button.flat {
+ border-color: @theme_border_color;
+}
+
+EomThumbNav .button.flat:insensitive {
+ border-color: @theme_insensitive_border;
+}
+
+EomThumbNav .frame {
+ border-width: 2px;
+}
+