summaryrefslogtreecommitdiffstats
path: root/hyperkitty/static/css
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-04-22 17:16:30 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-04-22 17:16:30 +0200
commit3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f (patch)
treeaf9a4bb83614beda98532683f7e49194938382a3 /hyperkitty/static/css
parent1683a803ca85f8ff0e1c5cae05020dfac2f842f5 (diff)
downloadhyperkitty-3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f.tar.gz
hyperkitty-3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f.tar.xz
hyperkitty-3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f.zip
Give a better visual clue when BrowserID is loading
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r--hyperkitty/static/css/hyperkitty-user.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/hyperkitty/static/css/hyperkitty-user.css b/hyperkitty/static/css/hyperkitty-user.css
index 69b50d5..9586d8e 100644
--- a/hyperkitty/static/css/hyperkitty-user.css
+++ b/hyperkitty/static/css/hyperkitty-user.css
@@ -20,6 +20,9 @@
#login .social-login li {
margin: 0 20px;
}
+a#browserid.disabled {
+ cursor: wait;
+}