Increase updated highlight to 2s

This commit is contained in:
Philipp Oppermann
2015-10-07 16:09:22 +02:00
parent 61908ce94f
commit 4fd71fc295

View File

@@ -16,10 +16,10 @@ footer {
.updated {
border-radius: 5px;
-webkit-animation: fadeIt 1.5s linear;
-moz-animation: fadeIt 1.5s linear;
-o-animation: fadeIt 1.5s linear;
animation: fadeIt 1.5s linear;
-webkit-animation: fadeIt 2s linear;
-moz-animation: fadeIt 2s linear;
-o-animation: fadeIt 2s linear;
animation: fadeIt 2s linear;
}
@-webkit-keyframes fadeIt {