diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-04-22 17:16:30 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-04-22 17:16:30 +0200 |
commit | 3f3a020c1fd2fcfdda3a9514e1ef7375ccccc71f (patch) | |
tree | af9a4bb83614beda98532683f7e49194938382a3 /hyperkitty/static/css | |
parent | 1683a803ca85f8ff0e1c5cae05020dfac2f842f5 (diff) | |
download | hyperkitty-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.css | 3 |
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; +} |