Skip to content

Commit

Permalink
Merge pull request #531 from SalesforceFoundation/feature/246
Browse files Browse the repository at this point in the history
246 Release Branch
  • Loading branch information
jjbennett committed Jul 21, 2023
2 parents 07caea3 + 0095cdd commit bdde567
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/pages/JobCalendar.page
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,18 @@
div.message-panel:empty {
display: none;
}
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.8;
filter: alpha(opacity=80);
}
.fc-state-active,
.fc-state-active .fc-button-inner {
background: #333;
}
.fc-state-disabled,
.fc-state-disabled .fc-button-inner {
color: #555;
}
</style>

<apex:outputPanel id="panelPrint" layout="block" style="float:right;margin-right:10px;margin-top:10px;" rendered="{!AND(NOT(fPrint),NOT(fWeb))}">
Expand Down

0 comments on commit bdde567

Please sign in to comment.