viniciussalvati/ng-schedule

TD Background

Closed this issue · 2 comments

Change the way the default background is set because this way its reseting every bg prorperty and it make it harder to customize.
background: transparentize(red, 0.5);
Since it is just setting color it is better to use the following
background-color: transparentize(red, 0.5);

picked

Fixed in #4