summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-03-21 18:35:09 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-03-21 18:36:17 -0400
commit8627f6f9da461395a94d53687f4d67f49df32edc (patch)
tree0172b2aea87eb9a541c26e9552174968b65c607c
parent131968228f617707e0c760794bc9a139985b6338 (diff)
downloadgnome-themes-standard-8627f6f9da461395a94d53687f4d67f49df32edc.tar.gz
Revert "gtk2: Fix tooltips to look more like the gtk3 ones"
This reverts commit 1f675723c052bbf2102f4c0a8811751c4c916e44.
-rw-r--r--themes/Adwaita/gtk-2.0/gtkrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/Adwaita/gtk-2.0/gtkrc b/themes/Adwaita/gtk-2.0/gtkrc
index cce934cb..fd6e43bb 100644
--- a/themes/Adwaita/gtk-2.0/gtkrc
+++ b/themes/Adwaita/gtk-2.0/gtkrc
@@ -1,7 +1,7 @@
# Please keep this gtkrc in sync with the other ones from Clearlooks based themes.
-gtk-color-scheme = "base_color:#ffffff\nfg_color:#2e3436\ntooltip_fg_color:#ffffff\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#343434"
+gtk-color-scheme = "base_color:#ffffff\nfg_color:#2e3436\ntooltip_fg_color:#000000\nselected_bg_color:#4a90d9\nselected_fg_color:#ffffff\ntext_color:#2e3436\nbg_color:#ededed\ntooltip_bg_color:#E7F3FD"
gtk-auto-mnemonics = 1
@@ -286,6 +286,8 @@ style "tooltips" {
xthickness = 8
ythickness = 4
+ GtkWidget::new-tooltip-style = 1
+
bg[NORMAL] = @tooltip_bg_color
fg[NORMAL] = @tooltip_fg_color
}