Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

userChrome.css and Firefox Developer Edition

  • 2 odpovede
  • 1 má tento problém
  • 10 zobrazení
  • Posledná odpoveď od MiltS

more options

Firefox Developer 80.0b7 (64-bit) Mac Catalina V 10.15.5

I've tried using the userChrome.css file to change the background color for the active tab. create chrome folder in profile folder create userChrome.css file and add: .tab-background[selected="true"] {

 background-color: #ffffff !important;
 background-image: none !important;

} Set toolkit.legacyUserProfileCustomizations.stylesheets to TRUE Reboot mac This does not take affect and the userChrome.css file is not visible in Style Editor.

What am I doing wrong? thanks Milton

Firefox Developer 80.0b7 (64-bit) Mac Catalina V 10.15.5 I've tried using the userChrome.css file to change the background color for the active tab. create chrome folder in profile folder create userChrome.css file and add: .tab-background[selected="true"] { background-color: #ffffff !important; background-image: none !important; } Set toolkit.legacyUserProfileCustomizations.stylesheets to TRUE Reboot mac This does not take affect and the userChrome.css file is not visible in Style Editor. What am I doing wrong? thanks Milton

Všetky odpovede (2)

more options

You can open the userChrome.css file in a Firefox tab to check if the file is a plain text file and not a file with RTF or other formatting code.

more options

Yes it opens in a tab. It is a text file.