EN · DE · RU · FR · ES

#2717: CalendarEventTooltip.module.scss

projectforge-webapp/src/containers/panel/calendar/CalendarEventTooltip.module.scss Type: SCSS/CSS · Role: Calendar · Source: projectforge-webapp/src/containers/panel/calendar/CalendarEventTooltip.module.scss 12 lines · 10 code · 0 comments · 2 blank
Source code file at projectforge-webapp/src/containers/panel/calendar/CalendarEventTooltip.module.scss containing SCSS/CSS code for the Calendar layer.

Code Structure

CSS Rules (2): .eventTooltip, .hidden

Source Code (abridged)

.eventTooltip {
  z-index: 1000;
  transition: visibility 0s ease 0.75s;

  &.hidden {
    visibility: hidden;
  }

  th {
    vertical-align: top;
  }
}

Git History

cc9a1b752 Calendar: text colors of events algo, hide popovers on drag and resize, delay for popovers.
88b67cdc5 WIP: BigCalendar -> Fullcalendar
6b06109bb WIP: BigCalendar -> Fullcalendar
7de2ffd27 wip: implement calendar tooltip