From 250a05fa20b4d0681e100dee93bb00f8f6c2aa9b Mon Sep 17 00:00:00 2001 From: mathias Date: Sat, 12 Dec 2015 20:48:54 +0200 Subject: [PATCH] Update sent.html --- sent.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sent.html b/sent.html index dbb0ae9..946fbfe 100644 --- a/sent.html +++ b/sent.html @@ -120,7 +120,10 @@ -webkit-border-radius: 0.313em; -o-border-radius: 0.313em; border-radius: 0.313em; - transition: background .2s ease-in-out; + -moz-transition: all .15s ease-in-out; + -webkit-transition: all .15s ease-in-out; + -o-transition: all .15s ease-in-out; + transition: all .15s ease-in-out; } a:hover, a:focus { background: rgba(255,255,255,.05);