Fix not able to add events by clicking a time

This commit is contained in:
Nathan Gray 2015-10-14 15:26:20 +00:00
parent edc3cac79f
commit 1e5a457a06
2 changed files with 0 additions and 11 deletions

View File

@ -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;

View File

@ -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;