mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:17 +01:00
Remove round corners from tooltip too
This commit is contained in:
parent
2608b63d54
commit
c6a0169fd3
@ -528,9 +528,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
.calendar_calEventTooltip{
|
.calendar_calEventTooltip{
|
||||||
padding-left: 6px;
|
padding-left: 6px;
|
||||||
border-radius: 6px;
|
|
||||||
-moz-border-radius: 6px;
|
|
||||||
-webkit-border-radius: 6px;
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
min-width: 25ex;
|
min-width: 25ex;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -816,9 +816,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
}
|
}
|
||||||
.calendar_calEventTooltip {
|
.calendar_calEventTooltip {
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -947,7 +947,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
|||||||
}
|
}
|
||||||
|
|
||||||
.calendar_calEventTooltip{
|
.calendar_calEventTooltip{
|
||||||
.rounded(3px);
|
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user