improve and customize line-mouse-marker:

- negative zIndexOffset to have line marker under waypoint markers
- turn line marker off when over waypoint marker
- consider border width in iconAnchor (fix offset from line)
- same border color and width as line (instead of black)
This commit is contained in:
Norbert Renner 2014-08-26 17:36:49 +02:00
parent eb50eae909
commit d007c45734
2 changed files with 14 additions and 3 deletions

View file

@ -1,5 +1,5 @@
div.line-mouse-marker {
background-color: #ffffff;
border: 2px solid black;
border-radius: 10px;
border: 4px solid rgba(0, 51, 255, 0.6);
border-radius: 8px;
}