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!

Caută ajutor

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

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

What's the CSS Selector for the popup bubble when hovering on a URL?

  • 5 răspunsuri
  • 1 are această problemă
  • 2 vizualizări
  • Ultimul răspuns de asq

more options

The popup I am talking about is the one described here: https://support.mozilla.org/en-US/kb/what-happened-status-bar?esab=a&as=aaq

I have a dark theme for Firefox but this remains white. I would like to use custom CSS to turn it black with white text (ala Chrome which I just migrated from) but I cannot find the correct selector for it.

Thanks in advance!

The popup I am talking about is the one described here: https://support.mozilla.org/en-US/kb/what-happened-status-bar?esab=a&as=aaq I have a dark theme for Firefox but this remains white. I would like to use custom CSS to turn it black with white text (ala Chrome which I just migrated from) but I cannot find the correct selector for it. Thanks in advance!

Soluție aleasă

I use this code:

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

statuspanel {max-width:90%!important}
.statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

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

Citește acest răspuns în context 👍 0

Toate răspunsurile (5)

more options

Perhaps this can get you started: http://www.wikihow.com/Custom-Colorize-Firefox

You might also contact the authors of the dark theme with a request.

more options

Soluție aleasă

I use this code:

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

statuspanel {max-width:90%!important}
.statuspanel-label {background:#FF9!important;color:black!important;font-family:"DejaVu Sans Mono"}

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

more options

cor-el, Thank you! Does exactly what I need!

Solved! Lets hope this thread helps some other sod down the line!

more options

You're welcome

more options

Even better solution may be to use Status-4-Evar addon, that moves status label to the free space on the Add-On Bar. For me, it's the best - as the label doesn't get in the way (not convenient e.g. overlapping the last string in text field - I can't see what I type). With Status-4-Evar, statuspanel goes exactly to the right place. https://addons.mozilla.org/ru/firefox/addon/status-4-evar/