[gnome-shell] [Overview] Add drop shadows to close buttons



commit f787fc4cb026d95a888d6ac9666a4885dc9a8f5f
Author: Florian Müllner <fmuellner src gnome org>
Date:   Thu Dec 17 17:45:34 2009 +0100

    [Overview] Add drop shadows to close buttons
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603691

 data/theme/gnome-shell.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ce39715..093d7f5 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;
+    box-shadow: -3px 3px 4px rgba(0,0,0,0.75);
     -shell-close-overlap: 16px;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]