diff options
author | raveit65 <[email protected]> | 2015-09-03 13:56:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-03 14:12:55 +0200 |
commit | 76399ff87ae762c26ea0a358aad40e99d506d2e8 (patch) | |
tree | b190c1948d3808626f1cbf51e2034d8a4816d1f8 /desktop-themes/TraditionalOk | |
parent | ddacdc9c57e3d0c7fa8f8f16a27b9f3e76b99ef3 (diff) | |
download | mate-themes-76399ff87ae762c26ea0a358aad40e99d506d2e8.tar.bz2 mate-themes-76399ff87ae762c26ea0a358aad40e99d506d2e8.tar.xz |
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css index 20bbff81..d172c6da 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/mate-applications.css @@ -463,3 +463,30 @@ EggToolbarEditor.vertical GtkScrolledWindow .frame { border-style: solid; } +/******* + * Eom * + *******/ + +EomThumbNav .button.flat:first-child { + border-radius: 3px 0px 0px 3px; + border-width: 1px 0px 1px 1px; +} + +EomThumbNav .button.flat:last-child { + border-radius: 0px 3px 3px 0px; + border-width: 1px 1px 1px 0px; +} + +EomThumbNav .button.flat { + border-image: none; + border-color: @border_color; +} + +EomThumbNav .button.flat:hover { + border-color: @focus_border_color; +} + +EomThumbNav .button.flat:insensitive { + border-color: @insensitive_border_color; +} + |