improved style

main
Inga 🏳‍🌈 1 year ago
parent 2829b5f37d
commit 9bf8c03c1d
  1. 3
      src/routePlanner/style.css

@ -24,7 +24,7 @@ section.route-planner > section.markers ol {
} }
section.route-planner > section.markers li::before { section.route-planner > section.markers li::before {
content: ''; content: '';
} }
section.route-planner > section.markers li { section.route-planner > section.markers li {
@ -45,6 +45,7 @@ section.route-planner > section.markers li .buttons {
section.route-planner > section.markers li button { section.route-planner > section.markers li button {
background: transparent; background: transparent;
border: 0; border: 0;
cursor: pointer;
} }
section.route-planner > section.markers li button[disabled] { section.route-planner > section.markers li button[disabled] {

Loading…
Cancel
Save