From 75ed427e046ac400f6f4edfc7f856e30d99ddaff Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 20 Aug 2012 14:59:51 -0400 Subject: [PATCH] theme: Put back the transition from overview to desktop for the message tray https://bugzilla.gnome.org/show_bug.cgi?id=682271 --- 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 fdc973104..b5c1204ab 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1166,6 +1166,7 @@ StButton.popup-menu-item:insensitive { #message-tray { background: #2e3436 url(message-tray-background.png); background-repeat: repeat; + transition-duration: 250; height: 72px; }