diff options
Diffstat (limited to 'stylesheets/concerts.css')
| -rw-r--r-- | stylesheets/concerts.css | 5 |
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%; } |
