diff options
author | raveit65 <[email protected]> | 2015-09-03 13:56:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-03 13:56:04 +0200 |
commit | 071163501d332bc704836288d9e22bd60b85d16d (patch) | |
tree | c5b2a77de0b1ad4f58f2d0f0f0aa847fac0e1f8b /desktop-themes/TraditionalOkTest | |
parent | 6e26ccf32250d46ef5d16b68d97312b491c531ca (diff) | |
download | mate-themes-071163501d332bc704836288d9e22bd60b85d16d.tar.bz2 mate-themes-071163501d332bc704836288d9e22bd60b85d16d.tar.xz |
Gtk3 all themes: style eom gallery
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css index 78e69516..c3ac12f4 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/mate-applications.css @@ -466,3 +466,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; +} + |