Skip to content

Commit

Permalink
(css) Increase reflection effect of free events
Browse files Browse the repository at this point in the history
Fixes #3192
  • Loading branch information
cgx committed Jul 8, 2016
1 parent bfd3508 commit 6121579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/WebServerResources/scss/views/SchedulerUI.scss
Expand Up @@ -327,7 +327,7 @@ $quarter_height: 10px;
background-image: linear-gradient(
to right bottom,
rgba(255, 255, 255, 0),
rgba(255, 255, 255, .15) 50%,
rgba(255, 255, 255, .25) 50%,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0)
);
Expand Down

0 comments on commit 6121579

Please sign in to comment.