From fb3fe2fc0b280e9d8ca4b5fc5ca23e5b00fcac27 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sat, 14 May 2016 13:31:18 +0200 Subject: lighten tooltips a bit (fix #519) --- common/gtk-3.0/3.20/gtk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.20/gtk.css') diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index fafb64f..7f5edd6 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -2797,7 +2797,7 @@ tooltip { border-radius: 2px; box-shadow: none; } tooltip.background { - background-color: rgba(53, 57, 69, 0.95); + background-color: rgba(75, 81, 98, 0.95); background-clip: padding-box; } tooltip.background label { padding: 4px; } -- cgit v1.2.3