map: locate user and show marker

This commit is contained in:
Nils Schneider 2015-04-04 19:08:28 +02:00
commit 2c944224e3
6 changed files with 161 additions and 6 deletions

View file

@ -158,6 +158,10 @@ button {
outline: none;
}
button.active {
color: #dc0067 !important;
}
button:hover {
background: white;
color: #dc0067;