mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 04:41:01 +00:00
added theme to an input
This commit is contained in:
parent
c03dddf6eb
commit
13f2c96f94
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
|||
</div>
|
||||
<div data-role="fieldcontain">
|
||||
<label for="password">Password Input:</label>
|
||||
<input type="password" name="password" id="password" value="" />
|
||||
<input type="password" name="password" id="password" value="" data-theme="b" />
|
||||
</div>
|
||||
|
||||
<div data-role="fieldcontain">
|
||||
|
|
|
|||
Loading…
Reference in a new issue