From 8e086a0cf8e8c3aa31f0b700399bccc4f735cd89 Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sat, 7 Mar 2015 20:20:35 +0100 Subject: Adding a spinner to cursor when loading a page instead of putting the page to blank --- style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index fd45771..5f14e85 100644 --- a/style.css +++ b/style.css @@ -127,3 +127,7 @@ strong { text-align: center; color: #555555; } + +.waitCursor * { + cursor: wait !important; +} -- cgit v1.2.3