mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +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{
|
||||
padding-left: 6px;
|
||||
border-radius: 6px;
|
||||
-moz-border-radius: 6px;
|
||||
-webkit-border-radius: 6px;
|
||||
max-height: 400px;
|
||||
min-width: 25ex;
|
||||
overflow: auto;
|
||||
|
@ -816,9 +816,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
border-width: 1px;
|
||||
}
|
||||
.calendar_calEventTooltip {
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
@ -947,7 +947,6 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
|
||||
}
|
||||
|
||||
.calendar_calEventTooltip{
|
||||
.rounded(3px);
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user