How can I override the css for just one input field?

How can I override the css for just one input field?

Hi!

I use the newest version of jQuery Mobile. I need to override the css-style of only one disabled input field in a form:

***
<label for="fullname">Full Name:</label>
<input type="text" name="fullname" id="fullname" disabled="true" style="color: blue;">
***

The style-attribute seems to be ignored. If I try with background-color, it works.

Can someone help me please?

Thanks,
Christian.