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’.

Learn More

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

about:config search bar. Element ID

  • 7 antwoorden
  • 1 heeft dit probleem
  • 8 weergaven
  • Laatste antwoord van 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 antwoorden (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.