cropping png

This commit is contained in:
10001shh
2019-01-11 14:42:19 -06:00
parent 07f0ed43e3
commit 24110adcf3
2 changed files with 20 additions and 13 deletions

View File

@@ -43,7 +43,6 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
opacity: 0;
border: none;
}
/* Styling for each event from Schedule */
.fc-time-grid-event.fc-v-event.fc-event {
@@ -55,6 +54,9 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
opacity: 1;
}
.html2canvas-container { width: 3000px !important; height: 3000px !important; }
.fc-time-grid-event.fc-v-event.fc-event:hover {
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.3);
}
@@ -72,7 +74,7 @@ Colors: Use the following - https://www.google.com/design/spec/style/color.html#
.fc th {
border-style: ridge !important;
border-width: 1px !important;
padding: 2px 3px 2px 3px !important;
padding: 4px 3px 0px 3px !important;
vertical-align: top !important;
border-left-width: 0;