From 3fd12f84c507d8b968e7ed652f79e43301fbe0e0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Jul 2021 22:23:30 +0200 Subject: train details/route: indicate whether a stop is past or future --- sass/app.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sass/app.scss') diff --git a/sass/app.scss b/sass/app.scss index ee0cf66..8f468d7 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -554,6 +554,14 @@ div.app { .cancelled-stop { color: $cancelled-stop-color; } + + .past-stop { + list-style-type: disc; + } + + .future-stop { + list-style-type: circle; + } } .db-attr { -- cgit v1.2.3