Skip to content

May i change the calendar background color ? #116

@joyceHong

Description

@joyceHong

I want to set some days to holiday, SO i need to change some days background's color to red.

I had found the solve
var dayDiv = angular.element(document.querySelectorAll('[tabindex="' + 17 + '"]'));
dayDiv.css("background-color", "#ff0000");

when i click next month, document.querySelectorAll('tabindex="'+17+'"]')); will not find current div change the background color.

what should i do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions