leaflet.measureDistance.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*S leaflet-control-measure-distance*/
  2. .leaflet-control-measure-distance {
  3. border:1px solid #000 !important;
  4. width: 26px;
  5. height: 26px;
  6. position: relative;
  7. }
  8. .leaflet-control-measure-distance-link {
  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-distance-link 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. // .leaflet-control-measure-distance.active .leaflet-control-measure-distance-link span {
  30. // background: #00b7ef url(images/icon-measure-distance2.png) no-repeat center center;
  31. // }
  32. .measure-distance-tip {
  33. border: none;
  34. background:none;
  35. color:#ff0000 !important;
  36. }
  37. .measure-distance-tip .leaflet-label-tips {
  38. display:none;
  39. }
  40. /* .leaflet-magnifying-glass{
  41. cursor: pointer;
  42. } */
  43. /*E leaflet-control-measure-distance*/
  44. .distance-ico-del{
  45. background: url(images/icon-delete.png) center center;
  46. width: 15px;
  47. height: 15px;
  48. display: inline-block;
  49. margin-left: 10px;
  50. }