nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

selector.css (621B)


      1 .leaflet-rectangle-select-edge.edge-top, .leaflet-rectangle-select-edge.edge-bottom {
      2     height: 30px !important;
      3     margin-top: -15px !important;
      4 }
      5 
      6 .leaflet-rectangle-select-edge.edge-left, .leaflet-rectangle-select-edge.edge-right {
      7     width: 30px !important;
      8     margin-left: -15px !important;
      9 }
     10 
     11 .leaflet-rectangle-select-edge.edge-top {
     12     cursor: n-resize !important;
     13 }
     14 
     15 .leaflet-rectangle-select-edge.edge-bottom {
     16     cursor: s-resize !important;
     17 }
     18 
     19 .leaflet-rectangle-select-edge.edge-left {
     20     cursor: w-resize !important;
     21 }
     22 
     23 .leaflet-rectangle-select-edge.edge-right {
     24     cursor: e-resize !important;
     25 }