Rails 4.0 btn-btn-danger按钮问题

时间:2014-06-16 20:14:25

标签: css ruby-on-rails twitter-bootstrap heroku

当我将twitter bootstrap 3.0危险按钮添加到我的代码并在heroku中运行时,它看起来很阴影。但是,当我在localhost中运行应用程序时,它看起来很正常。我使用的代码如下

<%= link_to "Post a job Today: $169 for 45 days", new_listing_path , class: "btn btn-danger btn-lg" %>
heroku / production模式下的

按钮:

button in heroku/production mode

按钮显示在localhost:

button displayed in localhost

bootstrap.css文件

@import 'bootstrap';


.btn-lg {
    font-size: 20px;
}

还会删除默认的scaffold.css文件

更新17/06

Chrome上的

检查元素显示#FFF(白色) - 正确 在Firefox上它显示#666(黑暗)

所以我怎么会改变这个,因为之前没有遇到过这个

1 个答案:

答案 0 :(得分:0)

删除了行&lt;%= link_to“今天发布工作:45天169美元”,new_listing_path,类:“btn btn-danger btn-lg”%&gt;更新了文件。加入该行,现在可以正常工作