diff options
-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; |