diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-03-29 21:42:28 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-03-29 21:42:28 +0200 |
commit | 5ff936e35a59ea7da2011dfbdcb4f2e261fb8551 (patch) | |
tree | e0b00974e2e6812eef122b1ec63e906eb90e9f9e /public/css | |
parent | dd87d4e438674c86c11221617e5273f7534fc865 (diff) |
individuallist: strike through canceled departures
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/default.css | 5 |
1 files changed, 5 insertions, 0 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; } |