ابحث في الدعم

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

How may I use custom colors on all but a few websites?

  • 2 (ردّان اثنان)
  • 1 has this problem
  • 1 view
  • آخر ردّ كتبه cor-el

more options

I am using Linux ubuntu 12 and I have changed the theme. As such, the text boxes are white on white. I have a solution to this by changing the color scheme using edit->prefrences->colors. How would I be able to make this work for most websites, but have a *few that I choose* without me having to go and check the allow websites to use their own colors, instead of my selections above?

If all else fails, then how would I change the text for the text boxes, because it seems to be independent of the firefox color choices available. I am using firefox version 23.

I am using Linux ubuntu 12 and I have changed the theme. As such, the text boxes are white on white. I have a solution to this by changing the color scheme using edit->prefrences->colors. How would I be able to make this work for most websites, but have a *few that I choose* without me having to go and check the allow websites to use their own colors, instead of my selections above? If all else fails, then how would I change the text for the text boxes, because it seems to be independent of the firefox color choices available. I am using firefox version 23.

All Replies (2)

more options

You can change Firefox fonts and colors by following these steps:

  1. Open the Firefox options
  2. Go to the Content tab
  3. Change the font, color, size, etc.

Please report back soon.

more options

You can use code in userContent.css to change the text color in a text area and input fields on web pages.

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

You can use @-moz-document domain(xxx.com){} to set rules for a specific domain.

You may need to add a -moz-appearance:none !important; rule if rules aren't working.