diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 11:37:07 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 11:37:07 +0200 |
commit | 509ce6c137da80470c3967e411f896223d80e859 (patch) | |
tree | 21f492f614700624041769311379e1080b00a4e4 /webclient/app.css | |
parent | Merge remote-tracking branch 'origin/master' into user_page (diff) | |
download | synapse-509ce6c137da80470c3967e411f896223d80e859.tar.xz |
Change mouse cursor to pointer on elements user can click on
Diffstat (limited to 'webclient/app.css')
-rw-r--r-- | webclient/app.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css index e2b6538aa0..869db69cd6 100644 --- a/webclient/app.css +++ b/webclient/app.css @@ -89,6 +89,7 @@ h1 { height: 100px; position: relative; background-color: #000; + cursor: pointer; } .userAvatar .userAvatarImage { |