From d80cfffd7a7c70ed06887ff2624c7c815c83e2c1 Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Sat, 11 Aug 2012 13:28:20 +0000 Subject: [PATCH] Refs #3293 Do not display loading icon when loading N widgets on dashboard (would be OK displaying it when reloading one widget only though) git-svn-id: http://dev.piwik.org/svn/trunk@6714 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- plugins/Dashboard/templates/dashboard.css | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Dashboard/templates/dashboard.css b/plugins/Dashboard/templates/dashboard.css index 902f78d0ab..90092fee8a 100644 --- a/plugins/Dashboard/templates/dashboard.css +++ b/plugins/Dashboard/templates/dashboard.css @@ -72,7 +72,6 @@ .widgetContent.loading { opacity: 0.5; filter:Alpha(opacity:50); - background: url('../../../themes/default/images/loading-blue.gif') no-repeat top right; } .widget h2 { -- GitLab