Search Support

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 do I change text color in link popup on mouseover?

  • 3 replies
  • 3 have this problem
  • 5 views
  • Paskiausią atsakymą parašė 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.

All Replies (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