Bug 1665156 - commonDialog.xhtml: Explicitly set input type 'text' to fix broken style in SubDialog. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D90364
This commit is contained in:
pbz
2020-09-16 10:33:26 +00:00
parent 3787265c10
commit fb7f57ba1d

View File

@@ -71,7 +71,7 @@
</div>
<div id="loginContainer" class="dialogRow" hidden="hidden">
<xul:label id="loginLabel" value="&editfield0.label;" control="loginTextbox"/>
<input id="loginTextbox"/>
<input type="text" id="loginTextbox"/>
</div>
<div id="password1Container" class="dialogRow" hidden="hidden">
<xul:label id="password1Label" value="&editfield1.label;" control="password1Textbox"/>