summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-20 20:43:31 +0100
committerraveit65 <[email protected]>2015-03-20 20:45:33 +0100
commite0d99340ae9fddb1905cbc8ed7b6d9ce954989c0 (patch)
treeeb4dd0c7e7e80dbf1d58eea36f47f01ec86fc272 /desktop-themes/ContrastHighInverse/gtk-3.0
parentcd0113952404542aeff0af2fac2d220b3c104dfc (diff)
downloadmate-themes-e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0.tar.bz2
mate-themes-e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0.tar.xz
all themes GTK3: fix tooltip background of firefox gtk3 version
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index 5e943f42..353b5033 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/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,