diff options
author | raveit65 <[email protected]> | 2016-05-04 16:01:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-05-04 16:01:50 +0200 |
commit | a7e3909c9573113e574d7691167e9cf8859fe422 (patch) | |
tree | 6f3958f14ffcfd3b45aecceff33d009d8f295cad | |
parent | 5a290cb02310c026715f5202c90540940abeb35c (diff) | |
download | mate-themes-a7e3909c9573113e574d7691167e9cf8859fe422.tar.bz2 mate-themes-a7e3909c9573113e574d7691167e9cf8859fe422.tar.xz |
GTK+-3.20 ContrastHighInverse: adjust tooltips
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 94d6b656..49ee0ee7 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -3207,14 +3207,16 @@ infobar { /************ * Tooltips * ************/ +tooltip, .tooltip { color: white; padding: 4px; /* not working */ border-radius: 5px; background-color: rgba(0, 0, 0, 0.8); - text-shadow: 0 1px black; } + text-shadow: none; } +tooltip *, .tooltip * { padding: 4px; background-color: transparent; |