aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2018-05-14 12:28:25 +0200
committerMaZderMind2018-05-14 12:28:25 +0200
commit854388bcf0b0df3f15e04f23e820a685960903a5 (patch)
tree4ed02502a57b46c2fdbc9b6a4cc95c78ebd3ad16
parent11e9b8fe0750a55e5357f6d042d4f382216437b5 (diff)
parent803d0a2c795ca908145d7b6895acc3af0ea3cefe (diff)
Merge branch 'feature/click_through_progressbar' of https://github.com/dedeibel/streaming-website into dedeibel-feature/click_through_progressbar
-rw-r--r--assets/css/_schedule.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/_schedule.less b/assets/css/_schedule.less
index 555428f..7031e59 100644
--- a/assets/css/_schedule.less
+++ b/assets/css/_schedule.less
@@ -21,6 +21,7 @@ body .schedule {
height: 100%;
background-color: @schedule-now-bg;
font-size: 14px;
+ pointer-events: none;
z-index: 5;
@@ -96,7 +97,7 @@ body .schedule {
text-shadow: 0 0 3px @schedule-gap;
}
- &.daychange {
+ &.daychange {
background-image: url("@{img}/stripes/gap.png");
background-color: @schedule-daychange-bg;
color: @schedule-daychange;