From 9bf8c03c1d6279ed766ffc0642bb165c5bcfbece Mon Sep 17 00:00:00 2001 From: Inga Date: Sat, 18 Nov 2023 17:05:05 +0000 Subject: [PATCH] improved style --- src/routePlanner/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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] {