diff --git a/css/dashboard.css b/css/dashboard.css index 3ba90fa..eb8a386 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -120,3 +120,11 @@ body { } } +/* + * + */ + +.opacity-animated { + -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */ + transition: opacity 1s; +} \ No newline at end of file diff --git a/dashboard.html b/dashboard.html index 035dc88..558d5f4 100644 --- a/dashboard.html +++ b/dashboard.html @@ -44,7 +44,7 @@