Twitter bootstrap displays button with greyed text

前端 未结 4 1057
臣服心动
臣服心动 2021-01-04 09:32

I\'m using Twitter Bootstrap as a framework on my Ruby on Rails application.

I use link_to to generate links that are styled as buttons, with the follow

4条回答
  •  隐瞒了意图╮
    2021-01-04 09:40

    Did you run a scaffold generator? Scaffold.css will cause this. If you remove it you'll be good to go.

    You can also run the generator with --skip-stylesheets to prevent them being created

提交回复
热议问题