From 848411d0dd09f54e1828cd6b309158ea001b156a Mon Sep 17 00:00:00 2001 From: Csaba Jakosa Date: Wed, 11 May 2016 08:14:08 +0200 Subject: [PATCH] * Firefox tooltip fix. (#422) --- gtk-3.20/scss/widgets/_misc.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-3.20/scss/widgets/_misc.scss b/gtk-3.20/scss/widgets/_misc.scss index 62ad3b3..c9fa408 100644 --- a/gtk-3.20/scss/widgets/_misc.scss +++ b/gtk-3.20/scss/widgets/_misc.scss @@ -15,6 +15,7 @@ ************/ @include exports("tooltip") { + .tooltip, // Firefox fix tooltip { &.background { &, &.csd { @@ -22,11 +23,10 @@ background-clip: padding-box; border: 1px solid border_normal($tooltip_bg_color); border-radius: $roundness; + color: $tooltip_fg_color; } } - label { color: $tooltip_fg_color; } - * { background-color: transparent; color: inherit;