Ensure cursor types are right for all icons and objects
parent
4f06d4688f
commit
126dc4d0e8
|
@ -810,6 +810,7 @@ ul#colorpickerswatches li:hover
|
|||
|
||||
#chatlabel
|
||||
{
|
||||
cursor: default;
|
||||
font-size:13px;
|
||||
line-height:16px;
|
||||
font-weight:bold;
|
||||
|
@ -828,8 +829,6 @@ ul#colorpickerswatches li:hover
|
|||
|
||||
#chaticon
|
||||
{
|
||||
cursor:pointer;
|
||||
cursor:hand;
|
||||
z-index: 400;
|
||||
position:absolute;
|
||||
bottom:0px;
|
||||
|
@ -1021,3 +1020,4 @@ position: relative;
|
|||
#importstatusball{
|
||||
height:50px;
|
||||
}
|
||||
|
||||
|
|
|
@ -193,3 +193,4 @@ float:right;
|
|||
margin-top: 0;
|
||||
padding-right: 6pt;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue