diff options
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r-- | desktop-themes/BlackMATE/gtk-3.0/mate-applications.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index d46ae2a4..bb6c124f 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -667,3 +667,35 @@ ShellWindow GtkScrolledWindow .button.flat:hover { border-radius: 8px; } +/******* + * Eom * + *******/ + +EomThumbNav .button.flat:first-child { + border-radius: 4px 0px 0px 4px; + border-width: 1px 0px 1px 1px; +} + +EomThumbNav .button.flat:last-child { + border-radius: 0px 4px 4px 0px; + border-width: 1px 1px 1px 0px; +} + +EomThumbNav .button.flat:hover:first-child { + background-image: linear-gradient(to right, + shade(@button_gradient_color_b, 0.7), + @theme_bg_color 50%, + shade(@button_gradient_color_a, 0.8)); +} + +EomThumbNav .button.flat:hover:last-child { + background-image: linear-gradient(to left, + shade(@button_gradient_color_b, 0.7), + @theme_bg_color 50%, + shade(@button_gradient_color_a, 0.8)); +} + +EomThumbNav .button.flat:insensitive { + background-image: none; +} + |