Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 3 hebben dit probleem
  • 7 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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