slider css style not entirely clear
I coded a slider like following to switch between two options:
- <div class="ui-grid-a" data-role="fieldcontain">
- <fieldset data-role="controlgroup">
- <div class="ui-block-a"><label for="check">check</label></div>
- <div class="ui-block-b">
- <select name="check" id="check" data-role="slider">
- <option value="N">No</option>
- <option value="Y">Yes</option>
- </select>
- </div>
- </fieldset>
- </div><!-- /grid-a -->
It works fine. But the style is not entirely satisfactory.
The corners are very clear on the side of the selected otion. But not on the other one:

Please, find attached a txt file containing the HTML statements to duplicate the rendering.
Is there a way of getting a better rendering?