aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-07 20:20:35 +0100
committerJoris Guyonvarch2015-03-07 20:20:35 +0100
commit8e086a0cf8e8c3aa31f0b700399bccc4f735cd89 (patch)
tree057672c69ce50a217c5e82ef949ad134710a4fa6 /style.css
parent093a9ef7cf845b5056ba7e504a73757daf5f0ee2 (diff)
downloadmakeup-8e086a0cf8e8c3aa31f0b700399bccc4f735cd89.tar.gz
makeup-8e086a0cf8e8c3aa31f0b700399bccc4f735cd89.tar.bz2
makeup-8e086a0cf8e8c3aa31f0b700399bccc4f735cd89.zip
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.css4
1 files changed, 4 insertions, 0 deletions
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;
+}