From 3fb3b564ae6df27ade19f4dcffe8a55e453062d8 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Wed, 26 Feb 2014 12:55:47 -0700 Subject: [PATCH] Make slow fade longer for unread markers (imported from commit 728e977f1f128d4e9b3f5f602538b7b2caaa9303) --- static/styles/zulip.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index d6d7477731..1eeada6f57 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1122,10 +1122,10 @@ just a temporary hack. } .unread_marker.slow_fade { - -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - -o-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; + -webkit-transition: all 2s ease-out; + -moz-transition: all 2s ease-out; + -o-transition: all 2s ease-out; + transition: all 2s ease-out; } .unread_marker.fast_fade {