summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-20 20:43:31 +0100
committerraveit65 <[email protected]>2015-03-20 22:13:45 +0100
commitcd2e23851e46e079459583dda70dd032537c3c48 (patch)
treee2e4c65154617a8e373fd3bf1341c1e7f5acdb72 /desktop-themes/ContrastHigh
parent94b3b6cef86aca828fb9e88641fc891ec3bd386c (diff)
downloadmate-themes-cd2e23851e46e079459583dda70dd032537c3c48.tar.bz2
mate-themes-cd2e23851e46e079459583dda70dd032537c3c48.tar.xz
all themes GTK3: fix tooltip background of firefox gtk3 version
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css10
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,