fix user menu name and image not showing clicky mouse pointer
This commit is contained in:
parent
2e15c64825
commit
338b6238a7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue