TrevorS / bootstrap3-datetimepicker-rails

This gem packages the bootstrap-datetimepicker for the Rails 3.1+ asset pipeline.
MIT License
292 stars 123 forks source link

how do I custom style this thing? #19

Closed lustremedia closed 10 years ago

lustremedia commented 10 years ago

What is the rails way to custom style a component that is provided by a gem?

TrevorS commented 10 years ago

You may want to investigate here:

https://github.com/Eonasdan/bootstrap-datetimepicker

You'll probably want to override things at the Bootstrap level.

Sorry I couldn't be of more help!

lustremedia commented 10 years ago

np, I managed!

TrevorS commented 10 years ago

Can you tell me how you decided to attack it?

lustremedia commented 10 years ago

I am using scss! Added /vendor/stylesheets/bootstrap-datetimepicker.css.scss with the entire content of the original and did my changes in there. Cheers

I am not sure if the file then is included twice? But it worked for me!

TrevorS commented 10 years ago

Thanks for letting me know.