mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
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;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.calendar_calAddEvent {
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
.calendar_calAddEvent:hover {
|
.calendar_calAddEvent:hover {
|
||||||
background-color: #ffdd73;
|
background-color: #ffdd73;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -993,12 +993,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar_calAddEvent{
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.calendar_calAddEvent:hover{
|
.calendar_calAddEvent:hover{
|
||||||
// .background-color-50-gray;
|
// .background-color-50-gray;
|
||||||
background-color: @egw_color_1_e;
|
background-color: @egw_color_1_e;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user