I am using Pixate Freestyle CSS rendering framework for iOS. An issue has been bothering me these days. I tried to set backgroud color to UINavigationBar in one of my project, but it took no effect and the color always turned out white. However, it works in my other new sample projects. The CSS selector is simple as below:
navigation-bar { background-color:#44A2CE; }
Are there any possible causes that would make the backgroud color setting for navigation bar fail? Or is there a way to debug to find some clues?