From 1e5a457a06e8234c6fb0deae2f66d21520518f21 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 14 Oct 2015 15:26:20 +0000 Subject: [PATCH] Fix not able to add events by clicking a time --- calendar/templates/pixelegg/app.css | 5 ----- calendar/templates/pixelegg/app.less | 6 ------ 2 files changed, 11 deletions(-) diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 3934f1b56f..a401849a50 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -865,11 +865,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget max-height: 400px; overflow: auto; } -.calendar_calAddEvent { - position: absolute; - width: 100%; - z-index: 10; -} .calendar_calAddEvent:hover { background-color: #ffdd73; cursor: pointer; diff --git a/calendar/templates/pixelegg/app.less b/calendar/templates/pixelegg/app.less index 3c759b42c1..f41b63846b 100755 --- a/calendar/templates/pixelegg/app.less +++ b/calendar/templates/pixelegg/app.less @@ -993,12 +993,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget overflow: auto; } -.calendar_calAddEvent{ - position: absolute; - width: 100%; - z-index: 10; -} - .calendar_calAddEvent:hover{ // .background-color-50-gray; background-color: @egw_color_1_e;