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!

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

about:config search bar. Element ID

  • 7 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 8 ნახვა
  • ბოლოს გამოეხმაურა cor-el

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.

ყველა პასუხი (7)

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 }
}

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

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

Thank s again.

No, there isn't an emtpy toolbar .

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.

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.

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.