Просмотр исходного кода

Make content skeleton table elements transparent

- td transparency is not enough for some 3rd party Bootstrap themes
Joan Karadimov 9 лет назад
Родитель
Сommit
c65168f2a6
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/common/common.css

+ 4 - 0
src/common/common.css

@@ -488,12 +488,16 @@ temporary rendered events).
 	z-index: 5;
 }
 
+.fc-row .fc-content-skeleton table,
 .fc-row .fc-content-skeleton td,
 .fc-row .fc-helper-skeleton td {
 	/* see-through to the background below */
 	background: none; /* in case <td>s are globally styled */
 	border-color: transparent;
+}
 
+.fc-row .fc-content-skeleton td,
+.fc-row .fc-helper-skeleton td {
 	/* don't put a border between events and/or the day number */
 	border-bottom: 0;
 }