You are here

rooms_availability_reference_calendar.css in Rooms - Drupal Booking for Hotels, B&Bs and Vacation Rentals 7

.rooms-availability-field-calendar .fc-content-skeleton .fc-event-container a {
  border-radius: 0px;
}

.rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-start {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  bottom: -8px;
  left: 0px;
  border-width: 8px;
}

.rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-end {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  bottom: -11px;
  left: 0px;
  border-width: 8px;
}

.rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-end {
  margin-bottom: 26px;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg);
}

.rooms-availability-field-calendar .fc-event .fc-title {
  color:white;
}

.rooms-availability-field-calendar .fc-event .fc-title:hover {
  color:white;
}

.rooms-availability-field-calendar .fc-unthemed .fc-popover,
.rooms-availability-field-calendar .fc-unthemed .fc-row,
.rooms-availability-field-calendar .fc-unthemed hr,
.rooms-availability-field-calendar .fc-unthemed tbody,
.rooms-availability-field-calendar .fc-unthemed td, .fc-unthemed th,
.rooms-availability-field-calendar .fc-unthemed thead {
  border-color:white;
}

.rooms-availability-field-calendar .fc-event-container {
  padding-top: 2px;
  padding-bottom: 4px;
}

File

modules/rooms_availability_reference/css/rooms_availability_reference_calendar.css
View source
  1. .rooms-availability-field-calendar .fc-content-skeleton .fc-event-container a {
  2. border-radius: 0px;
  3. }
  4. .rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-start {
  5. content: "";
  6. position: absolute;
  7. width: 0;
  8. height: 0;
  9. border-style: solid;
  10. border-color: transparent;
  11. border-bottom: 0;
  12. bottom: -8px;
  13. left: 0px;
  14. border-width: 8px;
  15. }
  16. .rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-end {
  17. content: "";
  18. position: absolute;
  19. width: 0;
  20. height: 0;
  21. border-style: solid;
  22. border-color: transparent;
  23. border-bottom: 0;
  24. bottom: -11px;
  25. left: 0px;
  26. border-width: 8px;
  27. }
  28. .rooms-availability-field-calendar .fc-content-skeleton .fc-event-container .event-end {
  29. margin-bottom: 26px;
  30. transform: rotate(180deg);
  31. -ms-transform: rotate(180deg); /* IE 9 */
  32. -webkit-transform: rotate(180deg);
  33. }
  34. .rooms-availability-field-calendar .fc-event .fc-title {
  35. color:white;
  36. }
  37. .rooms-availability-field-calendar .fc-event .fc-title:hover {
  38. color:white;
  39. }
  40. .rooms-availability-field-calendar .fc-unthemed .fc-popover,
  41. .rooms-availability-field-calendar .fc-unthemed .fc-row,
  42. .rooms-availability-field-calendar .fc-unthemed hr,
  43. .rooms-availability-field-calendar .fc-unthemed tbody,
  44. .rooms-availability-field-calendar .fc-unthemed td, .fc-unthemed th,
  45. .rooms-availability-field-calendar .fc-unthemed thead {
  46. border-color:white;
  47. }
  48. .rooms-availability-field-calendar .fc-event-container {
  49. padding-top: 2px;
  50. padding-bottom: 4px;
  51. }