Merge pull request #1273 from MediaBrowser/master
fix yellow bars in chrome forms
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
<form class="connectLoginForm" style="margin: 0 auto;display:none;">
|
||||
|
||||
<div style="display: none;">
|
||||
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
||||
</div>
|
||||
|
||||
<h1 style="text-align: left;">${HeaderSignInWithConnect}</h1>
|
||||
<div>
|
||||
<paper-input type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
|
||||
@@ -43,6 +47,10 @@
|
||||
|
||||
<form class="manualServerForm" style="margin: 0 auto;display:none;">
|
||||
|
||||
<div style="display: none;">
|
||||
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
||||
</div>
|
||||
|
||||
<h1 style="text-align: left;">${HeaderConnectToServer}</h1>
|
||||
<div>
|
||||
<paper-input type="text" id="txtServerHost" required="required" label="${LabelServerHost}"></paper-input>
|
||||
@@ -62,6 +70,10 @@
|
||||
|
||||
<form class="signupForm" style="margin: 0 auto;display:none;">
|
||||
|
||||
<div style="display: none;">
|
||||
<input type="text" id="PreventChromeAutocomplete" name="PreventChromeAutocomplete" autocomplete="address-level4" />
|
||||
</div>
|
||||
|
||||
<h1 style="text-align: left;">${HeaderSignUp}</h1>
|
||||
<br />
|
||||
<div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user