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.16/gtk-solid-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.16/gtk-solid-dark.css') diff --git a/common/gtk-3.0/3.16/gtk-solid-dark.css b/common/gtk-3.0/3.16/gtk-solid-dark.css index bcb6af6..e88b789 100644 --- a/common/gtk-3.0/3.16/gtk-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-solid-dark.css @@ -2208,7 +2208,7 @@ GtkInfoBar { color: #BAC3CF; border-radius: 2px; } .tooltip.background { - background-color: #353945; + background-color: #4b5162; background-clip: padding-box; } .tooltip.window-frame.csd { background-color: transparent; } @@ -2397,7 +2397,7 @@ GtkVolumeButton.button { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45), 0 0 0 1px #22242d; } .window-frame.csd.tooltip { border-radius: 2px; - box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.55); } + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25); } .window-frame.csd.message-dialog { border-radius: 3px; } .window-frame.solid-csd { -- cgit v1.2.3