ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

alternative botton colors #56

Closed topepo closed 8 years ago

topepo commented 8 years ago

I'm not sure if you are constrained to what style of buttons are available but it would be great to be able to use others colors for buttons besides the handful currently in the package.

I don't see a way of adding that via css or anything but please let me know if I've missed it.

Thanks,

Max

haozhu233 commented 8 years ago

I don't think it's possible. This package is using bootstrap and bootstrap only have that many colors and styles.

You can try to put the bootstrap css into the www folder and use base shiny to run it. You will have an easily accessible css file for you to edit and you can edit the color there by searching something like "text-primary"

topepo commented 8 years ago

Thanks.