From af3b965e0023598132ff028244be26e16727b438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Dec 2009 17:45:34 +0100 Subject: [PATCH] [Overview] Add drop shadows to close buttons https://bugzilla.gnome.org/show_bug.cgi?id=603691 --- data/theme/gnome-shell.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 91f08affa..41e168658 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -146,6 +146,7 @@ StTooltip { background-image: url("close-window.svg"); height: 24px; width: 24px; + -st-shadow: -2px 2px 6px rgba(0,0,0,0.5); -shell-close-overlap: 16px; }