nakarte

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

commit 3fe284b92ce59573018f5a12267361469c825a58
parent a949f298440e3414e418f27d470081d9905ce147
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Wed,  9 May 2018 15:16:19 +0300

azimuth control: button background blue when enabled #64

Diffstat:
Msrc/lib/leaflet.control.azimuth/style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/lib/leaflet.control.azimuth/style.css b/src/lib/leaflet.control.azimuth/style.css @@ -44,3 +44,7 @@ .azimuth-control-active { cursor: crosshair; } + +.leaflet-control-azimuth.active a { + background-color: #cce8ff; +}