Bug 581596 - Have fennec set the awesome bar input type to url [r=mfinkle]

This commit is contained in:
Michael Wu 2010-11-22 22:41:08 -08:00
parent e86b8e934c
commit bb290912e2
2 changed files with 5 additions and 1 deletions

View File

@ -250,7 +250,7 @@
command="cmd_openLocation" onclick="this.doCommand();"
placeholder="&urlbar.emptytext;"/>
<textbox id="urlbar-edit"
type="autocomplete"
type="url"
class="uri-element"
autocompletesearch="history"
autocompletepopup="popup_autocomplete"

View File

@ -244,6 +244,10 @@ toolbarbutton.urlbar-button {
margin: 0;
}
:invalid {
box-shadow: none;
}
#urlbar-edit > hbox > hbox > .textbox-input {
min-height: 60px;
text-indent: 8px;