diff options
author | emkael <emkael@tlen.pl> | 2016-05-02 23:41:41 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-05-02 23:41:41 +0200 |
commit | ca7eecf338c2f73d356df53890aef3b6f9eb7a97 (patch) | |
tree | 065980f1f9b1ba3d70a626fb39dbd4bbffcf91e2 /app | |
parent | 8bbd37b880aa1e63eaa8cbe6432d69a8158fd892 (diff) |
* calendar scaffold with image as preloader
Diffstat (limited to 'app')
-rw-r--r-- | app/php/controls/styles/CalendarScaffold.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |