diff options
author | raveit65 <[email protected]> | 2017-06-20 07:06:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-20 07:06:37 +0200 |
commit | 54e0828f80b7547f4519cc6a065da9e17d3fa60a (patch) | |
tree | fe37280d3f3d33d7b10f946702629da47446cb3d /desktop-themes/BlueMenta/gtk-3.0 | |
parent | c0f54222576aa829f83d79e8d92298959bfeaee3 (diff) | |
download | mate-themes-54e0828f80b7547f4519cc6a065da9e17d3fa60a.tar.bz2 mate-themes-54e0828f80b7547f4519cc6a065da9e17d3fa60a.tar.xz |
Gtk+-3.20 Menta themes: use a hardcoded bg color for tooltips
Fixes https://github.com/mate-desktop/mate-themes/issues/165
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 93c382e2..7740cf44 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -130,7 +130,10 @@ tooltip, tooltip.background, .tooltip.background { - background-color: @theme_tooltip_bg_color; +/* FIXME, use a hardcoded color value for current eclipse version + see https://github.com/mate-desktop/mate-themes/issues/165 + background-color: @theme_tooltip_bg_color;*/ + background-color: #F5F5B5; background-clip: padding-box; } |