summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-06-20 07:06:37 +0200
committerraveit65 <[email protected]>2017-06-20 07:07:23 +0200
commit2900faf101b0d3d0d0db5b2bced136083c722cf1 (patch)
tree0e9e76553dc8d2c6f829cfa2e38864f9b0eac959 /desktop-themes
parent29bc98292e16b81d19bb890185269a607ba5a011 (diff)
downloadmate-themes-2900faf101b0d3d0d0db5b2bced136083c722cf1.tar.bz2
mate-themes-2900faf101b0d3d0d0db5b2bced136083c722cf1.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')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css5
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css5
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;
}