mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
Shrink hidden event placeholder by 1px more
This commit is contained in:
parent
358ac3e525
commit
a22f945e8c
@ -271,8 +271,8 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
z-index: 40;
|
z-index: 40;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader .hiddenEventBefore {
|
.calendar_calDayColHeader .hiddenEventBefore {
|
||||||
height: 3px;
|
height: 2px;
|
||||||
bottom: -7px;
|
bottom: -6px;
|
||||||
border-top: none;
|
border-top: none;
|
||||||
}
|
}
|
||||||
.calendar_calDayColHeader .hiddenEventBefore:hover {
|
.calendar_calDayColHeader .hiddenEventBefore:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user