Ver Fonte

fix month view today cell messed up

Adam Shaw há 8 anos atrás
pai
commit
789e96a37c
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      src/common/common.css

+ 4 - 3
src/common/common.css

@@ -347,10 +347,11 @@ temporary rendered events).
 	z-index: 5;
 }
 
-.fc-row .fc-content-skeleton table,
-.fc-row .fc-content-skeleton td,
-.fc-row .fc-helper-skeleton td {
+.fc .fc-row .fc-content-skeleton table,
+.fc .fc-row .fc-content-skeleton td,
+.fc .fc-row .fc-helper-skeleton td {
 	/* see-through to the background below */
+	/* extra precedence to prevent theme-provided backgrounds */
 	background: none; /* in case <td>s are globally styled */
 	border-color: transparent;
 }