Changing Sidebar line color in Firefox

Somebody can help me to change Line A to black line like Line B ?

(Line A's area is Sage or bookmarks sidebar.)

A-B.jpg

I've got answer.

Just change globle/globle.css

sidebarheader {

height: 25px;

background-image: url('chrome://global/skin/toolbar/bkg.png') !important;

background-color: transparent !important;

/* -moz-appearance: toolbox; */

border-bottom: 0px solid ThreeDShadow;

border-top: 1px solid; /*ThreeDHighlight; */

}

#370471