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