diff options
author | raveit65 <[email protected]> | 2015-03-20 22:07:51 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-20 22:09:03 +0100 |
commit | 7cda4a85b25b1973b1729a39c3598f6d8b45c725 (patch) | |
tree | 51083f4d8ed602e8da690a4b3a769f3359af67f2 /desktop-themes/GreenLaguna | |
parent | c1c58079c62ff4855f846bc17f5742e9c6452fe0 (diff) | |
download | mate-themes-7cda4a85b25b1973b1729a39c3598f6d8b45c725.tar.bz2 mate-themes-7cda4a85b25b1973b1729a39c3598f6d8b45c725.tar.xz |
GreenLaguna GTK3: change tooltip style
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index 19a98617..f08ecb59 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; } /***************** |