mirror of https://github.com/zulip/zulip.git
Make the gravatar etc in the upper left change the mouse cursor.
(imported from commit e1e1c4ef8e13182ff1212cc5182ca0d8e9f71105)
This commit is contained in:
parent
7f1a1dba9d
commit
147362f87d
|
@ -316,12 +316,14 @@ a:hover code {
|
|||
background-repeat: none;
|
||||
border-radius: 35px;
|
||||
border: 1px solid #CCC;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#my_information {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
padding-left: 0.5em;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#my_information .my_fullname {
|
||||
|
|
Loading…
Reference in New Issue