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!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

How do I change text color in link popup on mouseover?

  • 3 përgjigje
  • 3 e kanë hasur këtë problem
  • 7 parje
  • Përgjigjja më e re nga cor-el

more options

When I mouse over a link in a blog post, a small toolbar pops up at the bottom of the screen which shows the url. I find this very useful. Since upgrading to Firefox 4.x the pop up appears with grey text on a grey background. the greys are very close in hue and value and so unreadable. Adjusting the text colors in preferences has no effect.

When I mouse over a link in a blog post, a small toolbar pops up at the bottom of the screen which shows the url. I find this very useful. Since upgrading to Firefox 4.x the pop up appears with grey text on a grey background. the greys are very close in hue and value and so unreadable. Adjusting the text colors in preferences has no effect.

Krejt Përgjigjet (3)

more options

Does that only happen with that pop-up ?

You can change the appearance with code in userChrome.css. Play with the below listed CSS rules.


Add code to userChrome.css below the @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

.statuspanel-label {
background: #FFFF99 !important;
color: black !important;
font-family: "DejaVu Sans Mono" !important;
font-size: larger !important;
}
more options

Sorry, but that did not solve the problem. The two links to mozillazine time out. Adding the css fragment -- always assuming I put the file in the right place /profile/chrome/ -- did not affect the url label on hover. If I create a new blank profile, it works as it should. So I suspect the quickest way for me to go is to reconstruct my profile. Thank you very much for your help. --ml

more options