From cd2e23851e46e079459583dda70dd032537c3c48 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 20 Mar 2015 20:43:31 +0100 Subject: all themes GTK3: fix tooltip background of firefox gtk3 version --- desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 5e943f42..353b5033 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -102,9 +102,13 @@ GtkImage:insensitive { background-color: transparent; } -.tooltip { - background-color: @theme_fg_color; - color: @theme_insensitive_bg; +.tooltip, +.tooltip.background { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-color: @theme_fg_color; + border-style: solid; + border-width: 1px; } .view.rubberband, -- cgit v1.2.1