maxim / bootswatch-rails

Bootswatches converted to SCSS ready to use in Rails asset pipeline.
MIT License
489 stars 84 forks source link

Wrong background color of btn-primary in Flatly #44

Closed allenlsy closed 10 years ago

allenlsy commented 11 years ago

Wrong background color of btn-primary in Flatly

Please add the following lines to flatly's _bootswatch.scss.css inside .btn part:

&.btn-primary {
  background-color: #3e5771;
  &:hover {
    background-color: lighten(#3e5771, 30%);
  }
}

of course you can change the hover background-color if you want.

Thanks for the great gem.

esbanarango commented 10 years ago

@allenlsy I think you're making reference on an old version. I'll close this one. Please tell me if this error still present on the current version.