diff --git a/src/routePlanner/style.css b/src/routePlanner/style.css index 59d2a8d..2af03b9 100644 --- a/src/routePlanner/style.css +++ b/src/routePlanner/style.css @@ -24,7 +24,7 @@ section.route-planner > section.markers ol { } section.route-planner > section.markers li::before { - content: '⋮'; + content: '↕'; } section.route-planner > section.markers li { @@ -45,6 +45,7 @@ section.route-planner > section.markers li .buttons { section.route-planner > section.markers li button { background: transparent; border: 0; + cursor: pointer; } section.route-planner > section.markers li button[disabled] {