diff options
author | dedeibel | 2018-12-28 21:39:16 +0100 |
---|---|---|
committer | dedeibel | 2018-12-28 21:39:16 +0100 |
commit | ddb812a97654b341da2d35d4695f970b3b555dcb (patch) | |
tree | bb221e3557c7f96154057377e44e5f60e80d56b8 /configs | |
parent | 7c6f41c8e802b582a566a6b0f484dbf91300a1a5 (diff) |
Mark optouts in schedule view as optout / no stream
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/35c3/main.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/35c3/main.less b/configs/conferences/35c3/main.less index 8c1a64e..5b27ed6 100644 --- a/configs/conferences/35c3/main.less +++ b/configs/conferences/35c3/main.less @@ -382,7 +382,7 @@ nav { body .schedule { .block { - &.pause { + &.pause, &.optout { background-color: @color-grey-lightest; background-image: linear-gradient(135deg, rgba(255,255,255,.35) 15%, transparent 15%, transparent 30%, rgba(255,255,255,.35) 30%, rgba(255,255,255,.35) 45%, transparent 45%, transparent 60%, rgba(255,255,255,.35) 60%, rgba(255,255,255,.35) 75%, transparent 75%, transparent 90%, rgba(255,255,255,.35) 90%, rgba(255,255,255,.35)); |