diff options
author | raveit65 <[email protected]> | 2015-04-24 20:15:16 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-24 20:15:16 +0200 |
commit | f15f66191627233ab492bc528d9deb91d7d4ade8 (patch) | |
tree | 1a93212477fd74868517d007dbe5b0a423bddb9a /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 1093ce65528fd95266ee2cda9a40184eb95dc405 (diff) | |
download | mate-themes-f15f66191627233ab492bc528d9deb91d7d4ade8.tar.bz2 mate-themes-f15f66191627233ab492bc528d9deb91d7d4ade8.tar.xz |
GreenLaguna GTK3: change tooltip style
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 34 |
1 files changed, 21 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 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 * ****************/ |