jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Dark theme or example of dark styling? #40

Closed Webreaper closed 3 years ago

Webreaper commented 3 years ago

Love the picker, it's great. However, I need to style it so the backgrounds are dark instead of white. Rather than me reverse-engineer the CSS to figure out which colours I need to change, any chance you could share a dark theme? Or restructure the CSS so that the white background and dark text are defined in one place and can easily be overwritten? :)

jdtcn commented 3 years ago

Hi,

I've taken this CSS file from the original daterangepicker js library and keep it untouched to make it backward compatible with tons of CSS customizations made for the original JS component. And there is the dark theme for it, for example: https://gist.github.com/henull/f2beec6095e4329a400abd95f95c21fa

Webreaper commented 3 years ago

Awesome, thanks. :)