diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-19 17:17:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-19 17:17:53 +0100 |
commit | 25f75928e7dec3ee4fb9374cd8e9d0beb8a56bc3 (patch) | |
tree | 4af38eff51f637bc91acbf82b9ec5f5306fd039e /public | |
parent | 9c326773655664e18d5b846ed4136fea9fafacf8 (diff) |
add marker for cancelled departures
Diffstat (limited to 'public')
-rw-r--r-- | public/static/css/local.css | 4 | ||||
l--------- | public/static/v4 (renamed from public/static/v2) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/public/static/css/local.css b/public/static/css/local.css index 06d50c0..7502b64 100644 --- a/public/static/css/local.css +++ b/public/static/css/local.css @@ -3,3 +3,7 @@ .action-undo { cursor: pointer; } + +td.cancelled { + text-decoration: line-through; +} diff --git a/public/static/v2 b/public/static/v4 index 945c9b4..945c9b4 120000 --- a/public/static/v2 +++ b/public/static/v4 |