mehrabisajad / ng2-datepicker-jalali

datepicker jalali for angular 2
MIT License
21 stars 7 forks source link

How can I delete your styles or change datepicker css files? #2

Closed alipajand closed 6 years ago

alipajand commented 7 years ago

Thank you for your good module. I want to change this style or overwrite it:

.ngb-dp-weekday[_ngcontent-c3], .ngb-dp-week-number[_ngcontent-c3] {
      line-height: 2rem;
}

How can I do that?

mehrabisajad commented 7 years ago

We don`t use style in this repository.

I find this style in src/datepicker/datepicker-month-view.ts bootstrap repository. You should submit this issue to the ng-bootstrap/ng-bootstrap repository.

But I think you should develop Bootstrap itself. And manually fix this for yourself.