mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1273 from MediaBrowser/master
fix yellow bars in chrome forms
This commit is contained in:
commit
a38b85a4df
2 changed files with 16 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
<form class="connectLoginForm" style="margin: 0 auto;display:none;">
|
<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>
|
<h1 style="text-align: left;">${HeaderSignInWithConnect}</h1>
|
||||||
<div>
|
<div>
|
||||||
<paper-input type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
|
<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;">
|
<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>
|
<h1 style="text-align: left;">${HeaderConnectToServer}</h1>
|
||||||
<div>
|
<div>
|
||||||
<paper-input type="text" id="txtServerHost" required="required" label="${LabelServerHost}"></paper-input>
|
<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;">
|
<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>
|
<h1 style="text-align: left;">${HeaderSignUp}</h1>
|
||||||
<br />
|
<br />
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
|
|
||||||
<h1 style="text-align: left;">${HeaderPleaseSignIn}</h1>
|
<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 type="text" id="txtManualName" required="required" label="${LabelUser}" autocomplete="off"></paper-input>
|
||||||
|
|
||||||
<paper-input id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off"></paper-input>
|
<paper-input id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off"></paper-input>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue