Browse Source

Add .fc scope to table print styles

Fullcalendar's print stylesheet was overriding table styles globally. This commit scopes the rules.
juodumas 9 years ago
parent
commit
2a3da2b5fb
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/common/print.css

+ 5 - 5
src/common/print.css

@@ -32,11 +32,11 @@
 /* Table & Day-Row Restyling
 /* Table & Day-Row Restyling
 --------------------------------------------------------------------------------------------------*/
 --------------------------------------------------------------------------------------------------*/
 
 
-th,
-td,
-hr,
-thead,
-tbody,
+.fc th,
+.fc td,
+.fc hr,
+.fc thead,
+.fc tbody,
 .fc-row {
 .fc-row {
 	border-color: #ccc !important;
 	border-color: #ccc !important;
 	background: #fff !important;
 	background: #fff !important;