From f15f66191627233ab492bc528d9deb91d7d4ade8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Apr 2015 20:15:16 +0200 Subject: GreenLaguna GTK3: change tooltip style --- desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 34 +++++++++++++--------- 1 file changed, 21 insertions(+), 13 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 27870428..2194caee 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -77,19 +77,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; -} - .view.rubberband, .rubberband { background-color: alpha(@theme_selected_bg_color, 0.35); @@ -100,6 +87,27 @@ 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 * { + background-color: transparent; + color: @theme_selected_fg_color; +} + /**************** * Floating Bar * ****************/ -- cgit v1.2.1