summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
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/BlueMenta
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/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css3
1 files changed, 2 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 afba0f31..eb0ebc77 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css
@@ -129,7 +129,8 @@ GtkTextView {
/************
* Tooltips *
************/
-.tooltip {
+.tooltip,
+.tooltip.background {
padding: 4px;
border-style: solid;
border-width: 1px;