css - How to reduce the width of textfield using jQuery mobile? -
can please tell me how reduce width of textfield using jquery mobile?
using css does't work
#co label{ color: red !important; width: 100px !important; margin :30px; } #co input{ width: 100px !important; border-radius: 0 !important; }
#co .ui-input-text { width: 100px; }
Comments
Post a Comment