Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

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

  • 2 wotmołwje
  • 1 ma tutón problem
  • 1 napohlad
  • Poslednja wotmołwa wot 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.

Wšě wotmołwy (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.