Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

about:config search bar. Element ID

  • 7 antwurd
  • 1 hat dit probleem
  • 8 werjeftes
  • Lêste antwurd fan 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.

Alle antwurden (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.