Make slow fade longer for unread markers

(imported from commit 728e977f1f128d4e9b3f5f602538b7b2caaa9303)
This commit is contained in:
Allen Rabinovich 2014-02-26 12:55:47 -07:00 committed by Jessica McKellar
parent f605a7df22
commit 3fb3b564ae

View File

@ -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 {