No bottom border for header bar in android

Hello, I am not sure if this is a bug, but i can’t make my app show a bottom border in the header bar, when exporting to android. If i check it in the browser before, it looks great, but after building in phonegap, everything shows, except the bottom border of the header bar…

Is this something that happened to more people here?

Thanks.

.bar-header {
top: 0;
border-top-width: 0;
box-shadow: 0px 1px 0px #ff9100!important;
}

This would do the trick! :wink: Use box-shadow!

Hi Naveenkarippai, thanks so much!
I need to put a bottom border, and a small shadow under the header, can i put two box shadows without them overwriting each other ?

Thanks man…

Does this help?

1 Like

Yeah man, that did the job ! thanks :slight_smile: