fix user menu name and image not showing clicky mouse pointer

This commit is contained in:
Jan-Christoph Borchardt 2014-07-04 13:22:59 +02:00
parent 2e15c64825
commit 338b6238a7
1 changed files with 3 additions and 0 deletions

View File

@ -241,14 +241,17 @@
float: left; float: left;
display: inline-block; display: inline-block;
margin-right: 5px; margin-right: 5px;
cursor: pointer;
} }
#header .avatardiv img { #header .avatardiv img {
opacity: 1; opacity: 1;
cursor: pointer;
} }
#settings { #settings {
float: right; float: right;
color: #bbb; color: #bbb;
cursor: pointer;
} }
#expand { #expand {
display: block; display: block;