On a jQuery Mobile page, I have the following:
<input name="SearchCriteria" id="SearchCriteria" value=""
placeholder="Case Number, Caption, Client, Firm or Claimaint." />
I am trying to reduce the placeholder font a bit.. I've tried this answer, but it doesn't seem to do anything on a jQuery Mobile page.
Am I missing something simple?