From 071163501d332bc704836288d9e22bd60b85d16d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 3 Sep 2015 13:56:04 +0200 Subject: Gtk3 all themes: style eom gallery --- .../gtk-3.0/mate-applications.css | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'desktop-themes/ContrastHighInverse') 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; +} + -- cgit v1.2.1