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.18/sass/_common.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/gtk-3.0/3.18/sass/_common.scss') diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss index 69af281..63904ee 100644 --- a/common/gtk-3.0/3.18/sass/_common.scss +++ b/common/gtk-3.0/3.18/sass/_common.scss @@ -2595,7 +2595,7 @@ GtkInfoBar { &.background { // background-color needs to be set this way otherwise it gets drawn twice // see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details. - background-color: $osd_bg_color; + background-color: lighten($osd_bg_color, 10%); background-clip: padding-box; } @@ -2789,7 +2789,7 @@ GtkVolumeButton.button { padding: 8px; } } &.tooltip { border-radius: 2px; - box-shadow: 0 1px 3px 1px $_wm_border; + box-shadow: 0 1px 3px 1px if($variant == 'light', $_wm_border, transparentize($_wm_border, 0.3)); } &.message-dialog { border-radius: 3px; } } -- cgit v1.2.3