zhongrj
2023-06-27 d74b495736f0c04522ec54274b70fed0ded2878d
public/map/controls/toolbar/tools/Jcrop/save.css
New file
@@ -0,0 +1,23 @@
#saveDiv{
   position: absolute;
   display: none;
   z-index: 999;
   height: 29px;
   width:118px;
}
#btnSave,#btnCancel{
   background: url("capwrap_ed.png") no-repeat scroll 0 0;
   height: 29px;
    width: 59px;
    border: none;
    display: inline-block;
}
#btnSave:hover {
   background-position: -57px -34px;
}
#btnCancel:hover {
   background-position: 2px -34px;
}
#btnSave {
   background-position: -57px 0px;
}