diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 13:22:59 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 13:28:20 +0200 |
commit | 338b6238a78fac697f1a0ad51b06443b2ac01f22 (patch) | |
tree | 95c4d6d4ecfcec8aede59baef0e27ea7baac7c9d /core | |
parent | 2e15c64825ce505b41f8e9af49311010db0a7bba (diff) | |
download | nextcloud-server-338b6238a78fac697f1a0ad51b06443b2ac01f22.tar.gz nextcloud-server-338b6238a78fac697f1a0ad51b06443b2ac01f22.zip |
fix user menu name and image not showing clicky mouse pointer
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index 91dfeb798a5..c73075df3e3 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -241,14 +241,17 @@ float: left; display: inline-block; margin-right: 5px; + cursor: pointer; } #header .avatardiv img { opacity: 1; + cursor: pointer; } #settings { float: right; color: #bbb; + cursor: pointer; } #expand { display: block; |