From 6280fce1d1f0a528cf22ffd6e07d241dd224553c Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 20 Mar 2015 22:07:51 +0100 Subject: GreenLaguna GTK3: change tooltip style --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index c078f13e..bb87cdb3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -116,18 +116,26 @@ * Tooltips * ************/ -.tooltip, -.tooltip.background { - padding: 4px 4px; +.tooltip { + padding: 4px; border-style: none; border-radius: 3px; - background-color: @theme_tooltip_bg_color; - color: @theme_tooltip_fg_color; +} + +.tooltip.background { + background-image: linear-gradient(to left, + shade(@theme_selected_bg_color, 1.1), + shade(@theme_selected_bg_color, 0.65)); + color: @theme_selected_fg_color; +} + +.tooltip.window-frame.csd { + background-color: transparent; } .tooltip * { - background-color: @theme_tooltip_bg_color; - color: @theme_tooltip_fg_color; + background-color: transparent; + color: @theme_selected_fg_color; } /***************** -- cgit v1.2.1