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/GreenLaguna/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/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 05e9cc58..f66c7e6d 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -557,3 +557,45 @@ EggToolbarEditor.vertical GtkScrolledWindow .frame { border-style: solid; } +/******* + * Eom * + *******/ + +EomThumbNav .button.flat { + border-color: @borders; + border-image: none; +} + +EomThumbNav .button.flat:first-child { + border-radius: 4px 0px 0px 4px; + border-width: 1px 0px 1px 1px; + background-image: linear-gradient(to left, + @button_gradient_color_a, + @button_gradient_color_b); +} + +EomThumbNav .button.flat:last-child { + border-radius: 0px 4px 4px 0px; + border-width: 1px 1px 1px 0px; + background-image: linear-gradient(to right, + @button_gradient_color_a, + @button_gradient_color_b); +} + +EomThumbNav .button.flat:hover:first-child { + background-image: linear-gradient(to left, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +EomThumbNav .button.flat:hover:last-child { + background-image: linear-gradient(to right, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +EomThumbNav .button.flat:insensitive { + background-image: none; + border-color: transparent; +} + |