I upgraded to JQM 1.4, but I liked the theme of 1.3 much better. There is a classic theme in 1.4, which has the same colors. But the navigation buttons in the corners (header) look completely different.
Is it possible to reproduce the same look for those buttons in 1.4?
It is hard to get it exact as jQM 1.3 enhanced buttons using nested spans which are no longer there in 1.4. However, with a little CSS you can get pretty close. Given a header with buttons:
Assign a new class to the buttons (btn_round in my example) and then create the following CSS:
This adds the gradient background, rounded corners and shadows that were present in 1.3.
NOTE: the demo includes CSS for both the dark theme and the light theme. Tweak the CSS to get your desired look.