nakarte

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

style.css (1244B)


      1 .leaflet-control-jnx .ko-progress{
      2     width: 200px;
      3     background-color: white;
      4 }
      5 
      6 .leaflet-control-jnx .button {
      7     display: inline-block;
      8     background-color: white;
      9     height: 26px;
     10     border-radius: 4px 4px 4px 4px;
     11     border: 1px solid #ccc;
     12     cursor: pointer;
     13     margin-right: 6px;
     14     padding: 0 1em;
     15     line-height: 26px;
     16     font-weight: bold;
     17     color: #333;
     18 }
     19 
     20 .leaflet-control-jnx .button:hover {
     21     background-color: #f4f4f4;
     22 }
     23 
     24 /*.leaflet-rectangle-select-edge {*/
     25     /*border: 1px solid black;*/
     26     /*background-color: red;*/
     27     /*opacity: 0.5;*/
     28 /*}*/
     29 
     30 .leaflet-rectangle-select-edge.edge-top, .leaflet-rectangle-select-edge.edge-bottom {
     31     height: 30px !important;
     32     margin-top: -15px !important;
     33 }
     34 
     35 .leaflet-rectangle-select-edge.edge-left, .leaflet-rectangle-select-edge.edge-right {
     36     width: 30px !important;
     37     margin-left: -15px !important;
     38 }
     39 
     40 .leaflet-rectangle-select-edge.edge-top {
     41     cursor: n-resize !important;
     42 }
     43 
     44 .leaflet-rectangle-select-edge.edge-bottom {
     45     cursor: s-resize !important;
     46 }
     47 
     48 .leaflet-rectangle-select-edge.edge-left {
     49     cursor: w-resize !important;
     50 }
     51 
     52 .leaflet-rectangle-select-edge.edge-right {
     53     cursor: e-resize !important;
     54 }
     55 
     56 .jnx-menu-warning {
     57     color: red;
     58 }