From e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0 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/gtk-3.0') 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