From c7188810ac1be87d265cb451b8ddfe7be590ce3d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 20 Jun 2017 07:06:37 +0200 Subject: Gtk+-3.20 Menta themes: use a hardcoded bg color for tooltips Fixes https://github.com/mate-desktop/mate-themes/issues/165 --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 5 ++++- desktop-themes/Menta/gtk-3.0/gtk-widgets.css | 5 ++++- 2 files changed, 8 insertions(+), 2 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; } diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css index 2e09bd26..9487560e 100644 --- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Menta/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; } -- cgit v1.2.1