Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
27 righe
709 B
27 righe
709 B
/* Icons from Font-Awesome | Font Awesome by Dave Gandy - http://fontawesome.io*/ |
|
/* Thanks to http://fa2png.io/ for icon png generation */ |
|
|
|
.leaflet-control-navbar-fwd { |
|
background-image: url("images/arrow-right_000000_14.png"); |
|
} |
|
|
|
.leaflet-control-navbar-back { |
|
background-image: url("images/arrow-left_000000_14.png"); |
|
} |
|
|
|
.leaflet-control-navbar-home { |
|
background-image: url("images/home_000000_14.png"); |
|
} |
|
|
|
|
|
.leaflet-control-navbar-fwd-disabled { |
|
background-image: url("images/arrow-right_bbbbbb_14.png"); |
|
} |
|
|
|
.leaflet-control-navbar-back-disabled { |
|
background-image: url("images/arrow-left_bbbbbb_14.png"); |
|
} |
|
|
|
.leaflet-control-navbar-home-disabled { |
|
background-image: url("images/home_bbbbbb_14.png"); |
|
}
|
|
|