You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
Could you add a specific class to the span.day to specify that they are a weekend day so we could easily apply a different style to them.
Or should we use the custom rendering method?
Elioty.
The text was updated successfully, but these errors were encountered:
"weekend day" might be a definition up to debate, but a class consistent with the day of the week might make sense. This way if someone wants to style all wednesdays, that too would be possible.
Well, by "weekend day", I meant Saturday and Sunday. But I thought about it too : why not a class for every week day, .day-monday .day-tuesday and so on. That would bring more easy styling possibilities without going through the custom rendering method.
Hi
Could you add a specific class to the span.day to specify that they are a weekend day so we could easily apply a different style to them.
Or should we use the custom rendering method?
Elioty.
The text was updated successfully, but these errors were encountered: