fix yellow bars in chrome forms

This commit is contained in:
Luke Pulverenti 2015-11-14 23:35:44 -05:00
parent cc5dbb00f0
commit 9cb7c2920d
2 changed files with 16 additions and 0 deletions

View file

@ -12,6 +12,10 @@
<h1 style="text-align: left;">${HeaderPleaseSignIn}</h1>
<div style="display: none;">
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
</div>
<paper-input type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
<paper-input id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off"></paper-input>