Procházet zdrojové kódy

Make content skeleton table elements transparent

- td transparency is not enough for some 3rd party Bootstrap themes
Joan Karadimov před 9 roky
rodič
revize
c65168f2a6
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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;
 }