Add a border to events when printing

This commit is contained in:
nathangray 2016-10-20 09:33:50 -06:00
parent e989d079d6
commit cc9795b71e
2 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
opacity:1;
filter:opacity(0.85);
-webkit-filter:opacity(0.85);
border: 1px solid;
}
}

View File

@ -61,6 +61,7 @@
opacity: 1;
filter: opacity(0.85);
-webkit-filter: opacity(0.85);
border: 1px solid;
}
}
/**