diff options
author | raveit65 <[email protected]> | 2016-05-10 16:18:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-10 16:19:32 +0200 |
commit | 18f9c086f28deab3d9c4a4842e1a462f0b9358b1 (patch) | |
tree | 7ec0aab049a9d0f31b3003ddb1858f480939d742 | |
parent | 3919925d67f93b2aa83b7a4c312e67db57a0ce35 (diff) | |
download | mate-themes-18f9c086f28deab3d9c4a4842e1a462f0b9358b1.tar.bz2 mate-themes-18f9c086f28deab3d9c4a4842e1a462f0b9358b1.tar.xz |
GTK+-3.20 GreenLaguna: fix fg color of firefox tooltips
-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; |