This is a proposed fix for issue #251 to correct styling issues with jQuery Mobile 1.3.0.
Contains the following changes:
1) Added background-color: transparent; to .ui-input-datebox to prevent the input field container background from being visible.
2) Specified border radius values on the dialog header so that it matches the dialog border radius.
Please note that I didn't actually adjust the width of the input to match the outer container. I considered adjusting the width but the transparent background seemed to work well without that adjustment on both small and large screens.
Aye - good call on leaving the "internal" input alone - I can get it pixel-perfect for one browser, but not all - so, the shorter version was the compromise. Thanks for this.
This is a proposed fix for issue #251 to correct styling issues with jQuery Mobile 1.3.0.
Contains the following changes: 1) Added background-color: transparent; to .ui-input-datebox to prevent the input field container background from being visible. 2) Specified border radius values on the dialog header so that it matches the dialog border radius.
Please note that I didn't actually adjust the width of the input to match the outer container. I considered adjusting the width but the transparent background seemed to work well without that adjustment on both small and large screens.