diff options
author | raveit65 <[email protected]> | 2015-09-03 13:56:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-03 14:13:15 +0200 |
commit | ef4a4766e737eda490c549a058095a1c14930bea (patch) | |
tree | f8ee3a8b21b79c23d8161ac5f205d8a43b4897de /desktop-themes/Green-Submarine/gtk-3.0 | |
parent | 1f248313c8d5b29943b82f4d79860660849b727c (diff) | |
download | mate-themes-ef4a4766e737eda490c549a058095a1c14930bea.tar.bz2 mate-themes-ef4a4766e737eda490c549a058095a1c14930bea.tar.xz |
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index d6048f43..6b257270 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1326,3 +1326,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(@selected_bg_color, 1.05), + inset 1px 0px shade(@selected_bg_color, 0.97), + inset -1px 0px shade(@selected_bg_color, 0.93), + inset 0px -1px shade(@selected_bg_color, 0.93); +} + +EomThumbNav .button.flat:insensitive { + border-color: transparent; +} + |