diff options
author | raveit65 <[email protected]> | 2015-03-20 20:43:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-20 20:43:31 +0100 |
commit | c1c58079c62ff4855f846bc17f5742e9c6452fe0 (patch) | |
tree | eb4dd0c7e7e80dbf1d58eea36f47f01ec86fc272 /desktop-themes/ContrastHigh/gtk-3.0 | |
parent | 90d25ab31281a4c55bb9c3c2e123b1cecf2daff4 (diff) | |
download | mate-themes-c1c58079c62ff4855f846bc17f5742e9c6452fe0.tar.bz2 mate-themes-c1c58079c62ff4855f846bc17f5742e9c6452fe0.tar.xz |
all themes GTK3: fix tooltip background of firefox gtk3 version
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index a8008390..2edb0b13 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -102,9 +102,13 @@ GtkImage:insensitive { background-color: transparent; } -.tooltip { - background-color: @theme_fg_color; - color: @theme_insensitive_bg; +.tooltip, +.tooltip.background { + background-color: @theme_bg_color; + color: @theme_fg_color; + border-color: @theme_fg_color; + border-style: solid; + border-width: 1px; } .view.rubberband, |