From 6ba448945c31e6e51f5d842793d8567fd038f2b0 Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 22 Sep 2019 23:37:44 +0200 Subject: Traditional themes: fix tooltip shadow on openindiana The compositor doesn't apply the shadow mask if border-radius is 0 closes https://github.com/mate-desktop/mate-themes/issues/255 --- desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 0634c079..4a201618 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -70,7 +70,7 @@ tooltip.background, border-style: solid; border-width: 1px; border-color: @theme_tooltip_border_color; - border-radius: 0px; + border-radius: 2px; background-color: @theme_tooltip_bg_color; color: @theme_tooltip_fg_color; text-shadow: none; -- cgit v1.2.1