My Firefox (version 1.5.0.1) theme have a line.
I don't like it.
Anybody knows how to cancel it ?

My Firefox (version 1.5.0.1) theme have a line.
I don't like it.
Anybody knows how to cancel it ?

Which theme are you using?
I got the way to do.
Just modify the file of toolbar.css.
toolbar[type=menubar], menubar {min-width: 1px;
min-height: 20px;
border-bottom: 0px solid;
-moz-border-bottom-colors: #DDDDDD #6E6E6E;
border-top: 0px !important;
}
can you add a drop shadow type image there instead?
Is fixed.Thanks.
i think, opening the .jar theme in winrar and search de archive: ''toolbar.css'' ?
i made that and my firefox no change...

i use sinergy graphite vs and theme firefox..
how remove the line?? =@
Okay, but (critical question) How To create a .jar file ?
I'll search for it, but any link ? :/
Search the foums and you will find it
can you just copy and paste that code into your userchrome? or the only option is to do it directly into your .jar theme file?
@Shady: Put this in your userchrome to remove the seprator
#toolbar-menubar {
min-height: 12px !important;
padding: 0px !important;
margin: 0px !important;
border: none !important;
}
#nav-bar {
border: none !important;
padding: 0px !important;
}
#PersonalToolbar {
border: none !important;
}
#navigator-toolbox {
border-bottom-width: 0px !important;
}
Thanks a lot chriskate ! ![]()
No problem ![]()
yeah appreciate it chriskate.