From ca7eecf338c2f73d356df53890aef3b6f9eb7a97 Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 2 May 2016 23:41:41 +0200 Subject: * calendar scaffold with image as preloader --- app/php/controls/styles/CalendarScaffold.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/php/controls/styles') diff --git a/app/php/controls/styles/CalendarScaffold.css b/app/php/controls/styles/CalendarScaffold.css index 6e38dbb..071f672 100644 --- a/app/php/controls/styles/CalendarScaffold.css +++ b/app/php/controls/styles/CalendarScaffold.css @@ -7,5 +7,5 @@ left: 0; width: 100%; height: 100%; - background: rgba(255,255,255,0.8); + background: url(preloader.gif) no-repeat center 5% rgba(255,255,255,0.8); } -- cgit v1.2.3