diff options
| author | dedeibel | 2018-05-12 19:38:45 +0200 | 
|---|---|---|
| committer | dedeibel | 2018-05-12 19:38:45 +0200 | 
| commit | 803d0a2c795ca908145d7b6895acc3af0ea3cefe (patch) | |
| tree | b284b36ed8c2706694b0f0833dcece8e4a4a27d7 /assets | |
| parent | 395f65837365fa960d22ab27c00db44ac1e337fc (diff) | |
Make schedule now marker invisible for mouse events, allowing to click the tracks underneath
Diffstat (limited to '')
| -rw-r--r-- | assets/css/_schedule.less | 3 | 
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; | 
