forked from extern/egroupware
Fix not able to add events by clicking a time
This commit is contained in:
parent
edc3cac79f
commit
1e5a457a06
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user