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

Blackout CSS #180

Open
artdudejoe opened this issue Apr 13, 2016 · 1 comment
Open

Blackout CSS #180

artdudejoe opened this issue Apr 13, 2016 · 1 comment

Comments

@artdudejoe
Copy link

Needed a way to differentiate between direction: future eliminated days and blackout days so I added this new class to classes:
dayBlackout :'k-blackout',
And this new condition:
if (this.blackout(day)) klass.push(classes.dayBlackout);
And this new style in the CSS:

/** blackout days **/
.kalendae .k-days span.k-in-month.k-blackout {
    border-color:#1A5323;
    background-color:#1A5323;
    color:#FFF;
}

@jeanleem6
Copy link

I need the same, but where the condition you settle down?

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

2 participants