Firefox only css rules

Posted About 10 years ago by konjoot.

For css rules only for Firefox use this container: @-moz-document url-prefix() { #some_id{ height: auto; } }

Prevent outline button shadow in Chrome

Posted Over 10 years ago by konjoot.

outline-style: none; }

Rspec + Capybara + Rails4 + Spork (intergation tests setup with selenium and poltergeist)

Posted Over 10 years ago by konjoot.

Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'