mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Autocomplete foo.
This commit is contained in:
parent
b0f15e2ee6
commit
ecd3618c75
@ -305,6 +305,7 @@
|
||||
break;
|
||||
case KeyEvent.DOM_VK_DOWN:
|
||||
cancel = this.mController.handleKeyNavigation(IController.KEY_DOWN);
|
||||
aEvent.preventBubble();
|
||||
break;
|
||||
case KeyEvent.DOM_VK_LEFT:
|
||||
cancel = this.mController.handleKeyNavigation(IController.KEY_LEFT);
|
||||
|
@ -98,6 +98,7 @@ textbox {
|
||||
/* ::::: tree ::::: */
|
||||
|
||||
.autocomplete-tree {
|
||||
-moz-appearance: none !important;
|
||||
border: none;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user