Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Firefox Dev Tools doesn't show css changes after closing and re-opening dev tools

more options

Steps to recreate:

  1. Open any website
  2. Make any css changes. These will be shown in the Changes tab in the dev tools
  3. Close dev tools, then re-open. Now those changes won't be shown

Sometimes I need to close dev tools in order to see how the web page would look normally.

Steps to recreate: # Open any website # Make any css changes. These will be shown in the Changes tab in the dev tools # Close dev tools, then re-open. Now those changes won't be shown Sometimes I need to close dev tools in order to see how the web page would look normally.

All Replies (1)

more options

Changes you make in dev tools -- such as adding inline styles -- aren't saved, so the page will revert to "As Served" the next time you reload. However, I think they should remain available if you didn't reload the page, so if that isn't working, hmm, maybe it's a bug.