fixed eyedropper position
parent
7a68067a87
commit
b11581fec4
|
@ -1902,7 +1902,7 @@ span.zoom_tool img {
|
|||
}
|
||||
|
||||
#workarea.eyedropper {
|
||||
cursor: url(images/eyedropper.png), crosshair;
|
||||
cursor: url(images/eyedropper.png) 0 16, crosshair;
|
||||
}
|
||||
|
||||
#workarea.fhpath {
|
||||
|
|
|
@ -393,7 +393,7 @@ span.zoom_tool img{vertical-align:top}
|
|||
#menu{display:none;position:absolute;top:0;left:0;right:0;height:30px;background:#000;z-index:10;color:#fff}
|
||||
#workarea.rect,#workarea.line,#workarea.ellipse,#workarea.path,#workarea.shapelib{cursor:crosshair}
|
||||
#workarea.text{cursor:text}
|
||||
#workarea.eyedropper{cursor:url(images/eyedropper.png),crosshair}
|
||||
#workarea.eyedropper{cursor:url(images/eyedropper.png) 0 16,crosshair}
|
||||
#workarea.fhpath{cursor:url(images/pencil_cursor.png) 0 20,crosshair}
|
||||
#workarea.rotate *{cursor:url(images/rotate.png) 12 12,auto}
|
||||
#workarea.n-resize *{cursor:n-resize!important}
|
||||
|
|
|
@ -2548,7 +2548,7 @@ span.zoom_tool img {
|
|||
}
|
||||
|
||||
#workarea.eyedropper {
|
||||
cursor: url(images/eyedropper.png), crosshair;
|
||||
cursor: url(images/eyedropper.png) 0 16, crosshair;
|
||||
}
|
||||
|
||||
#workarea.fhpath {
|
||||
|
|
|
@ -1902,7 +1902,7 @@ span.zoom_tool img {
|
|||
}
|
||||
|
||||
#workarea.eyedropper {
|
||||
cursor: url(images/eyedropper.png), crosshair;
|
||||
cursor: url(images/eyedropper.png) 0 16, crosshair;
|
||||
}
|
||||
|
||||
#workarea.fhpath {
|
||||
|
|
|
@ -393,7 +393,7 @@ span.zoom_tool img{vertical-align:top}
|
|||
#menu{display:none;position:absolute;top:0;left:0;right:0;height:30px;background:#000;z-index:10;color:#fff}
|
||||
#workarea.rect,#workarea.line,#workarea.ellipse,#workarea.path,#workarea.shapelib{cursor:crosshair}
|
||||
#workarea.text{cursor:text}
|
||||
#workarea.eyedropper{cursor:url(images/eyedropper.png),crosshair}
|
||||
#workarea.eyedropper{cursor:url(images/eyedropper.png) 0 16,crosshair}
|
||||
#workarea.fhpath{cursor:url(images/pencil_cursor.png) 0 20,crosshair}
|
||||
#workarea.rotate *{cursor:url(images/rotate.png) 12 12,auto}
|
||||
#workarea.n-resize *{cursor:n-resize!important}
|
||||
|
|
|
@ -2548,7 +2548,7 @@ span.zoom_tool img {
|
|||
}
|
||||
|
||||
#workarea.eyedropper {
|
||||
cursor: url(images/eyedropper.png), crosshair;
|
||||
cursor: url(images/eyedropper.png) 0 16, crosshair;
|
||||
}
|
||||
|
||||
#workarea.fhpath {
|
||||
|
|
Loading…
Reference in New Issue