mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 581596 - Have fennec set the awesome bar input type to url [r=mfinkle]
This commit is contained in:
parent
e86b8e934c
commit
bb290912e2
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user