nakarte

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

style.css (515B)


      1 .leaflet-control-single-button {
      2     float: left;
      3 }
      4 
      5 .leaflet-control-single-button a div {
      6     background-size: 62%;
      7     background-repeat: no-repeat;
      8     background-position: 50% 50%;
      9     width: 100%;
     10     height: 100%;
     11 }
     12 
     13 .button-with-bar .bar {
     14     display: none;
     15     float: left;
     16     margin-left: 6px;
     17 
     18     background-color: white;
     19     border-radius: 4px;
     20     padding: 4px 6px 4px 6px;
     21 }
     22 
     23 .button-with-bar.active .bar {
     24     display: block;
     25 }
     26 
     27 .highlight a, .highlight a:hover {
     28     background-color: #cce8ff;
     29 }