From 8d7e5c0bdccb085445634d6047c00f18c09dca5b Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 30 May 2021 23:20:56 +0200 Subject: Update concert list Also simplify details styling a bit: get rid of .more class. --- stylesheets/concerts.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'stylesheets') diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css index 2431a40..7e8c6b8 100644 --- a/stylesheets/concerts.css +++ b/stylesheets/concerts.css @@ -109,9 +109,8 @@ a.thumbnail { .details.canceled > .canceled { color: red; } - -.details.canceled .detail, -.details.canceled .more { +.details.canceled > :not(.canceled) { + /* Make everything less opaque, except the "canceled" marker. */ opacity: 50%; } -- cgit v1.2.3