diff options
author | Joris Guyonvarch | 2015-03-07 20:20:35 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-07 20:20:35 +0100 |
commit | 8e086a0cf8e8c3aa31f0b700399bccc4f735cd89 (patch) | |
tree | 057672c69ce50a217c5e82ef949ad134710a4fa6 /style.css | |
parent | 093a9ef7cf845b5056ba7e504a73757daf5f0ee2 (diff) |
Adding a spinner to cursor when loading a page instead of putting the page to blank
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -127,3 +127,7 @@ strong { text-align: center; color: #555555; } + +.waitCursor * { + cursor: wait !important; +} |