3

I can do the same in chrome but I'm unable to see how can I do the same add rule thing in firefox?

Any help would be massively appreciated. Thanks!

Junaid Ali
  • 71
  • 6

3 Answers3

3

For anyone who comes across this in the future:

Firefox currently (as of version 31) doesn't let you do this in the same way Chrome does (from the CSS rules in the inspector tab), but it does let you add your own rules.

  1. Go to the Style Editor tab (Shift + 7)
  2. Click the New button on the left to create a new stylesheet
  3. Type your CSS rules in the new style sheet.

The new rules should get updated on the page as soon as you finish typing them.

avacariu
  • 2,360
  • 3
  • 20
  • 24
0

You can go to the styles section and right-click. You will have an option called 'Add Rule'.

putvande
  • 14,326
  • 3
  • 29
  • 49
0

You should notice that this IMHO only works with the firebug plugin installed. In the plain FF debugging utils I can also not find any way to directly add new CSS rules.

Jörg
  • 586
  • 1
  • 7
  • 13