Webstyle (button background) not working in Chrome/Windows

I think this is a new problem because I had not noticed it in prior versions of Xojo. I’m on 2015r4. I have a web style that colors a button and makes the borders 1 pixel. The style shows up properly on Mac (Chrome, Safari), iOS (iPad and iPhone), Windows (IE), but not Windows Chrome (v47). Windows-Chrome shows it as a gradient (light gray to gray) button.

I had this problem in the past but was able to fix it by making the background “gradient” even though it was just a solid color.

I’ve tried modifying the style to gradient and back to solid but the style won’t apply. I’ve even created a new empty project with a simple web style with colored background but it won’t appear in Windows-Chrome. Any clues? I would rather not use colored web labels.

If you use a gradient that has different colors at both ends, does that work? It might be that Chrome has loosened the term of “not changed enough” to warrant a different appearance.

Strangely, I’ve found the problem. Clearing the browser cache fixed it. Thanks!
Edit, it seems unusual…clearing the cache fixes the first instance. But subsequent screens won’t show the proper style. But if I run the app in incognito mode, it will properly apply the style all the time (windows/chrome).

In this mode the browser doesn’t cache while in normal mode this happens a lot. Sometimes a reload of the page helps replacing changes.