summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-22 23:37:44 +0200
committerraveit65 <[email protected]>2021-03-27 16:11:49 +0100
commit6ba448945c31e6e51f5d842793d8567fd038f2b0 (patch)
tree0ec1894f37fb8ffb3002bfd15ef77dac4d29fc2a /desktop-themes
parent9383cc212ce398e30179b41f4221552def315f77 (diff)
downloadmate-themes-6ba448945c31e6e51f5d842793d8567fd038f2b0.tar.bz2
mate-themes-6ba448945c31e6e51f5d842793d8567fd038f2b0.tar.xz
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
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css2
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css2
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;