CSS file to all users
I have created a custom 'userChrome.css' file that I want to distribute to all users ex: user's xxxxxxx.default directory and the .css file placed inside with the modifications.
I can do it if i copy the file manually, but i need to do it automatically.
What am I missing?
Thanks.
被選擇的解決方法
所有回覆 (3)
Best would be to continue in your other thread on the Firefox for Enterprise forum where you posted about using an autoconfig.cfg file to deploy Firefox that also has code for creating a userChrome.css file, so I will lock this thread.
- /questions/1354111 .config file
If you want a new thread for using userChrome.css then keep in mind that userChrome.css tweaks aren't officially supported and can stop working at any time.
由 cor-el 於
選擇的解決方法
See also this thread:
- /questions/1342800 how to copy userchrome.css to installer
cor-el said
See also this thread:
- /questions/1342800 how to copy userchrome.css to installer
You are the best, you saved me :)
It worked like a charm.
Thank you,