Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How can I change the background color of the settings page?

  • 1 відповідь
  • 1 має цю проблему
  • 41 перегляд
  • Остання відповідь від Terry

more options

Is there any way to change the background color of the built-in firefox pages (e. g. about:preferences, about:addons, about:config)?

I would like these pages to match to my custom color profile, which I made via Firefox Color.

Is there any way to change the background color of the built-in firefox pages (e. g. about:preferences, about:addons, about:config)? I would like these pages to match to my custom color profile, which I made via Firefox Color.

Обране рішення

You can do that with css code in a file userContent.css which goes into a folder named chrome which you need to create in your profile folder. I attach a screenshot of code I adapted from some I found online. The text between /* and */ is comment, not code. You can use colour names or rgb(a) values. The code I am using now needs more work because there is an inner background which is showing white in at least one dialog on about:preferences#privacy.

Читати цю відповідь у контексті 👍 0

Усі відповіді (1)

more options

Вибране рішення

You can do that with css code in a file userContent.css which goes into a folder named chrome which you need to create in your profile folder. I attach a screenshot of code I adapted from some I found online. The text between /* and */ is comment, not code. You can use colour names or rgb(a) values. The code I am using now needs more work because there is an inner background which is showing white in at least one dialog on about:preferences#privacy.

Змінено Terry