summaryrefslogtreecommitdiff
path: root/stylesheets/concerts.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-05-30 23:20:56 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-05-30 23:20:56 +0200
commit8d7e5c0bdccb085445634d6047c00f18c09dca5b (patch)
tree48453705121946df48f958178fe2a89be368ec71 /stylesheets/concerts.css
parent32d864e52f29b72358847f1214c6a6a44a7e7033 (diff)
downloadquatuorbellefeuille.com-8d7e5c0bdccb085445634d6047c00f18c09dca5b.tar.xz
Update concert list
Also simplify details styling a bit: get rid of .more class.
Diffstat (limited to 'stylesheets/concerts.css')
-rw-r--r--stylesheets/concerts.css5
1 files changed, 2 insertions, 3 deletions
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%;
}