How to add in Development Tools a new CSS property?

User Help for Mozilla Firefox
Post Reply
thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

How to add in Development Tools a new CSS property?

Post by thoste »

Assume I right click on a text line in an article in Firefox v56.0.2 and select "Inspect Element" from context menu.

The developer tools pane appears at the bottom and on the right side the corresponding CSS definition for that element, e.g.

p { font-size: 16px; }

Now I want to add a new CSS property to the CSS rule of <p> e.g. "line-height: 18px;
Again: I do NOT want to create a new rule but only an additional property!

In old Firebug AddOn I could do this by right clicking on the CSS rule and select "add new property" from context menu.

This seems to be not possibly in Developer Tools any more.

Is there really no workaround for that?

Thomas
aborix
Posts: 29
Joined: October 23rd, 2017, 1:23 pm

Re: How to add in Development Tools a new CSS property?

Post by aborix »

thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

Re: How to add in Development Tools a new CSS property?

Post by thoste »

Perfect! This works.
Post Reply