Add a Line above the Firefox Bookmarks Toolbar

Hello everybody,

I need some help for Firefox,

How can I add a line to the browser like there's on some theme.

Something where I put the red line :

linedvs5.jpg

I'm using Y.A.M.T for the theme.

Thanks in advance buddies ! :)

#429554

add this to your userChrome.css file:

#PersonalToolbar{

border-top: 1px solid #000;



}

#429557

Thanks for the help karma.police, but it doesn't work. :(

Edit: It works with some other themes. So thanks a lot for the tips ! ;)

#429559

I forgot to add !important to that line, should be:

border-top: 1px solid #000 !important;

And should work for every theme.

#429570