summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/css/default.css5
-rw-r--r--templates/individuallist.html.ep2
2 files changed, 6 insertions, 1 deletions
diff --git a/public/css/default.css b/public/css/default.css
index b6f7ac8..8d76d39 100644
--- a/public/css/default.css
+++ b/public/css/default.css
@@ -62,6 +62,11 @@ div.individuallist td {
padding: 0.2em;
}
+div.individuallist .cancelled {
+ text-decoration: line-through;
+ text-decoration-color: red;
+}
+
div.individuallist span.undelay {
color: #008800;
}
diff --git a/templates/individuallist.html.ep b/templates/individuallist.html.ep
index 2c57ca3..b7b7535 100644
--- a/templates/individuallist.html.ep
+++ b/templates/individuallist.html.ep
@@ -15,7 +15,7 @@ Keine Daten mit diesen Parametern gefunden.
<td class="station">
%= $station
</td>
-<td class="time">
+<td class="time <%= $canceled ? 'cancelled' : q{} %>">
%= $time
% if (defined $delay) {
% if ($delay < 0) {