Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change event dots colors #36

Open
AnferSyed opened this issue Jun 2, 2022 · 2 comments
Open

How to change event dots colors #36

AnferSyed opened this issue Jun 2, 2022 · 2 comments

Comments

@AnferSyed
Copy link

I have a list of events which is categorized as "Casual" & "Sick" so how can I have different colors for each events category?

@jonrot1906
Copy link

Change CSS like in the following code-snip (i.e. with Jquery):

  .color-calendar.basic .calendar__days .calendar__day-bullet{
	background-color: #ff0000;
  }

@hackerovsky26
Copy link

I had to make some custom version for my own goals)
If somebody need it - take it)))

How to use: just add color parameter in event object

{
id: 1,
name: 'Some text',
start: ''2024-09-17T00:00:00",
end: '2024-09-18T00:00:00",
color: '#444444'
}

color-calendar.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants