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/ContrastHigh | |
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/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css index f188b09b..3716df15 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/mate-applications.css @@ -295,3 +295,29 @@ ShellWindow GtkScrolledWindow .button.flat:hover { border-radius: 12px; } +/******* + * Eom * + *******/ + +EomThumbNav .button.flat:first-child { + border-radius: 4px 0px 0px 4px; + border-width: 2px 0px 2px 2px; +} + +EomThumbNav .button.flat:last-child { + border-radius: 0px 4px 4px 0px; + border-width: 2px 2px 2px 0px; +} + +EomThumbNav .button.flat { + border-color: @theme_border_color; +} + +EomThumbNav .button.flat:insensitive { + border-color: @theme_insensitive_border; +} + +EomThumbNav .frame { + border-width: 2px; +} + |