nakarte

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

commit f2a35a5a87da53b863b655f3bd7e4e0c36521980
parent 416fe271291b791b08fb2ddb343684efe8b97780
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Sat, 18 Feb 2017 17:08:57 +0300

remove ugly border of layers control on mobile

Diffstat:
Msrc/leaflet-fixes.css | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/leaflet-fixes.css b/src/leaflet-fixes.css @@ -4,4 +4,11 @@ .leaflet-control { user-select: none; -} -\ No newline at end of file +} + +.leaflet-touch .leaflet-control-layers, +.leaflet-touch .leaflet-bar { + border: none !important; + box-shadow: 0 1px 5px rgba(0,0,0,0.65) !important; +} +