From 4728989448fb9a5391a27d2f637d55d6574b16bb 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 +- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 40a364b7..6bb9ad47 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/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