leaflet.measure.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*S leaflet-control-measure-distance*/
  2. .leaflet-control-measure {
  3. border:1px solid #000 !important;
  4. width: 26px;
  5. height: 26px;
  6. position: relative;
  7. }
  8. .leaflet-control-measure {
  9. width: 26px;
  10. height: 26px;
  11. text-align: center;
  12. text-decoration: none;
  13. color: black;
  14. display: block;
  15. cursor: pointer;
  16. float: left;
  17. border-bottom: none !important;
  18. }
  19. .leaflet-control-measure span {
  20. display: block;
  21. width: 26px;
  22. height: 26px;
  23. overflow: hidden;
  24. position: absolute;
  25. left: 0px;
  26. top: 0px;
  27. background:url(images/ico_distance.png) no-repeat center center;
  28. }
  29. .measure-tip {
  30. border: none;
  31. background:none;
  32. color:#fff !important;
  33. }
  34. .measure-tip .leaflet-label-tips {
  35. display:none;
  36. }
  37. /* .leaflet-magnifying-glass{
  38. cursor: pointer;
  39. } */
  40. /*E leaflet-control-measure-distance*/
  41. .measure-ico-del{
  42. background: url(images/icon-delete.png) center center;
  43. width: 15px;
  44. height: 15px;
  45. display: inline-block;
  46. margin-left: 10px;
  47. }
  48. .measuremarker{
  49. border-radius: 5px;
  50. background:#fff;
  51. border: 1px solid #000;
  52. }