Skip to content

Commit

Permalink
css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Sep 15, 2022
1 parent a6bb5a2 commit 3be4510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/less/espo/misc/fullcalendar/fullcalendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ body .fc-content-col > .fc-now-indicator-line {
&:before {
content: "";
position: inherit;
left: -3px;
left: -4px;
border-radius: 50%;
height: 6px;
width: 6px;
height: 8px;
width: 8px;
background-color: var(--brand-danger);
display: inline-block;
top: -2px;
top: -3px;
opacity: 0.9;
}
}
Expand Down

0 comments on commit 3be4510

Please sign in to comment.