diff options
author | raveit65 <[email protected]> | 2016-05-10 16:18:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-10 16:18:27 +0200 |
commit | 7922f0bedb7929438170c80b5bb9177b94fd0f18 (patch) | |
tree | 7ec0aab049a9d0f31b3003ddb1858f480939d742 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 528ce96ce96179d3b1e7ee33a36845d393a59f3b (diff) | |
download | mate-themes-7922f0bedb7929438170c80b5bb9177b94fd0f18.tar.bz2 mate-themes-7922f0bedb7929438170c80b5bb9177b94fd0f18.tar.xz |
GTK+-3.20 GreenLaguna: fix fg color of firefox tooltips
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index da8ab446..fb1759b5 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -103,6 +103,7 @@ tooltip, tooltip.background, .tooltip, .tooltip.background { + color: @theme_selected_fg_color; padding: 3px; border-style: solid; border-width: 1px; |