Mozilla Destek’te Ara

Destek dolandırıcılığından kaçının. Mozilla sizden asla bir telefon numarasını aramanızı, mesaj göndermenizi veya kişisel bilgilerinizi paylaşmanızı istemez. Şüpheli durumları “Kötüye kullanım bildir” seçeneğini kullanarak bildirebilirsiniz.

Learn More

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

  • 3 yanıt
  • 3 kişi bu sorunu yaşıyor
  • 6 gösterim
  • Son yanıtı yazan: 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.

Tüm Yanıtlar (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