Search Support

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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

about:config search bar. Element ID

  • 7 bhfreagra
  • 1 leis an bhfadhb seo
  • 8 views
  • Freagra is déanaí ó 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.

All Replies (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.