[help] Firefox Pinstripe Problem

The corners of both the address bar and google bar are all slightly off (see image). Does anyone know how I can fix this?

problem.png

#180949

Hmm..I remember someone having a problem like that before...its somwhere in that huge thread ( >.< ) but i have no idea where.

#180955

i could swear it was something with text-size, but i´m not 100% sure.

#180973

It seems like the text size is just one or two pixels too large. But where can I change this? The MetalXP skin I have has no such problem with the rounded corners but also has an ugly font in there. Since I am brand new to Firefox, any hints to where I should look would be a great help.

#180982

I was also wondering if there was any way to add that blue glow that some people seem to have with their versions.

#181021

The blue is a background image...

Just take apart the one in this thread and see how it http://www.aqua-soft.org/board/index.php?s...pic=17141&st=80

#181039

I managed to fix the problem by taking a few portions out of the PinstripeXP theme (for the images). And I changed the following code in the browser.css file to fix the font. (This should also work for metalXP)

.textbox-input-box {
border-top: 0px solid;
-moz-border-top-colors: #7C7C7C #C3C3C3;
border-bottom: 0px solid;
-moz-border-bottom-colors: transparent #DDDDDD;
background-color: transparent;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
 font-family: Lucida Grande !important;
 font-weight: normal !important;
 font-size: 1.0em !important;

}

Changing the font-family to Lucida Grande was apparently all it needed to get rid of the weird serif font that I found in PinstripeXP and MetalXP.

#181045

I like Maiandra GD... :6

#181190

I don't think I have that font. Maybe that's why it was looking wierd?

edit: Yeah, Maiandra GD is a nice font, but it is a pay font and not having it leaves me with some ugly alternate font. Perhaps make Lucida Grande the second alternate on the list?

#181192

Actually, I made Tahoma the second on the list, so if you didn't have Mai-GD, it should have switched over... There was a third option too, that I don't quite remember.

Wasn't aware that Maiandra GD was a pay font... As far as I know, it came with the computer...

#181207

Weird, I found it on my computer as well. I guess it just looks strange at the smaller size.

#181510