summaryrefslogtreecommitdiff
path: root/stylesheets
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 12:30:31 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-14 12:32:13 +0100
commit021ce5381e6b14ec01f1f218774370ab99dd786c (patch)
tree9f063c9248797f86932efad36ce23481e9facd76 /stylesheets
parent9ed5b1f73490c67aa2ee5cbc6e99abfdaf3ac832 (diff)
downloadquatuorbellefeuille.com-021ce5381e6b14ec01f1f218774370ab99dd786c.tar.xz
Apply opacity tweak to whole event container, including copyright
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/concerts.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylesheets/concerts.css b/stylesheets/concerts.css
index c9cd240..8eadb06 100644
--- a/stylesheets/concerts.css
+++ b/stylesheets/concerts.css
@@ -64,16 +64,16 @@ a.event {
font-size: small;
}
-.event.canceled {
+.eventcontainer.canceled {
opacity: 50%;
transition: 0.5s;
}
-.event.canceled .summary .canceled {
+.summary .canceled {
display: block;
color: red;
}
-.event.canceled:hover,
-.eventcontainer.active .event.canceled {
+.eventcontainer.canceled:hover,
+.eventcontainer.canceled.active {
opacity: 1;
}