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!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Learn More

about:config search bar. Element ID

  • 7 odgovorov
  • 1 ima to težavo
  • 8 ogledov
  • Zadnji odgovor od cor-el

more options

I'd like to add a top border to the search bar of about:config page. What's the element ID?

  1. ??? { border-top: 1px solid white !important; }

I'd be grateful for your help.

I'd like to add a top border to the search bar of about:config page. What's the element ID? #??? { border-top: 1px solid white !important; } I'd be grateful for your help.

Vsi odgovori (7)

more options

That would be something like this code in userContent.css (you probably need the -moz-appearance rule):

@-moz-document url(about:config){
#config #textbox { border-top: 1px solid white !important; -moz-appearance:none!important }
}
more options

Thank you. I appreciate it.

I've marked to places. I meant a border in marked2 like marked1. Well, it's not that important. :)

http://s3.postimg.org/r4n9xamhf/Config.png

more options

It looks more that you have an emtpy toolbar showing between the Navigation Toolbar and the browsing area.

You can use one of these to set which toolbars to show.

  • View > Toolbars (press F10 to display the hidden Menu bar)
  • Right-click empty toolbar area
more options

Thank s again.

No, there isn't an emtpy toolbar .

more options

For me the about:config page starts with the line right above the search bar, so it is likely the the first above that empty area is part of the user interface.

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window.
more options

Thank you. I appreciate your help.

I now understand why you thought there was an empty toolbar .

It's the Bookmarks toolbar to which I've added a border.

more options

You're welcome.

Your screenshot didn't show that toolbar completely, so it wasn't possible to determine whether it is an empty toolbar or one with content.