Remove round corners from tooltip too

This commit is contained in:
Nathan Gray 2016-01-18 23:42:51 +00:00
parent 2608b63d54
commit c6a0169fd3
3 changed files with 0 additions and 7 deletions

View File

@ -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;

View File

@ -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;
}

View File

@ -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;
}