From e9685c1261b88edae9b10970deeed9495a9d79ae Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Apr 2015 00:00:11 +0200 Subject: GreenLaguna GTK3: change tooltip style --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 39 ++++++++++++++-------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 592b1594..90c37d00 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -84,19 +84,6 @@ border-radius: 0px; } -.tooltip { - padding: 4px 4px; - border-style: none; - border-radius: 3px; - background-color: @theme_tooltip_bg_color; - color: @theme_tooltip_fg_color; -} - -.tooltip * { - background-color: @theme_tooltip_bg_color; - color: @theme_tooltip_fg_color; -} - .grip { background-color: transparent; background-image: url("assets/resize-grip.svg"); @@ -113,6 +100,32 @@ border-radius: 2px; } +/************ + * Tooltips * + ************/ + +.tooltip { + padding: 4px; + border-style: none; + border-radius: 3px; +} + +.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: transparent; + color: @theme_selected_fg_color; +} + /**************** * Floating Bar * ****************/ -- cgit v1.2.1