Explorar o código

Make content skeleton table elements transparent

- td transparency is not enough for some 3rd party Bootstrap themes
Joan Karadimov %!s(int64=9) %!d(string=hai) anos
pai
achega
c65168f2a6
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/common/common.css

+ 4 - 0
src/common/common.css

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