JiriBalcar / angular-datepickr

Angular datepicker
MIT License
5 stars 0 forks source link

Ability to change style. #4

Closed user123x1 closed 7 years ago

user123x1 commented 7 years ago

allow ability to change style for the components such as calendar header - background color. (ViewEncapsulation)

Thanks,

JiriBalcar commented 7 years ago

Hi, I would like to leave the ViewEncapsulation.Emulated.

Rigth now you have two options to override styles:

  1. Use global CSS and override the component CSS
  2. Use "::shadow" or "/deep/" in CSS

Both with combination with !important rule where needed.

user123x1 commented 7 years ago

Ok thanks.