From 76399ff87ae762c26ea0a358aad40e99d506d2e8 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 --- .../Blue-Submarine/gtk-3.0/mate-applications.css | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index fcd4975f..40445377 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1303,3 +1303,38 @@ GvcMixerDialog .vertical.dialog-vbox .notebook .frame.flat GtkScrolledWindow.fra border-style: solid; } +/******* + * Eom * + *******/ + +EomWindow .vertical.primary-toolbar .horizontal.toolbar { + border-bottom-color: @theme_bg_dark_color; +} + +EomThumbNav .button.flat { + border-width: 1px; + border-color: @button_border; + border-image: none; +} + +EomThumbNav .button.flat:first-child { + border-radius: 5px 0px 0px 5px; + border-right-width: 0px; +} + +EomThumbNav .button.flat:last-child { + border-radius: 0px 5px 5px 0px; + border-left-width: 0px; +} + +EomThumbNav .button.flat:hover { + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), + inset 1px 0px shade (@theme_selected_bg_color, 1.3), + inset -1px 0px shade (@theme_selected_bg_color, 1.3), + inset 0px -1px shade (@theme_selected_bg_color, 1.3); +} + +EomThumbNav .button.flat:insensitive { + border-color: transparent; +} + -- cgit v1.2.1