diff options
author | raveit65 <[email protected]> | 2015-03-20 20:43:31 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-20 20:45:33 +0100 |
commit | e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0 (patch) | |
tree | eb4dd0c7e7e80dbf1d58eea36f47f01ec86fc272 /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | cd0113952404542aeff0af2fac2d220b3c104dfc (diff) | |
download | mate-themes-e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0.tar.bz2 mate-themes-e0d99340ae9fddb1905cbc8ed7b6d9ce954989c0.tar.xz |
all themes GTK3: fix tooltip background of firefox gtk3 version
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index f5d1426f..19a98617 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -116,7 +116,8 @@ * Tooltips * ************/ -.tooltip { +.tooltip, +.tooltip.background { padding: 4px 4px; border-style: none; border-radius: 3px; |