Last active
October 19, 2017 22:29
-
-
Save bgrins/5b95c4f0dbf47a884b222a79cf10a0fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!-- This Source Code Form is subject to the terms of the Mozilla Public | |
- License, v. 2.0. If a copy of the MPL was not distributed with this | |
- file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | |
<bindings id="autocompleteBindings" | |
xmlns="http://www.mozilla.org/xbl" | |
xmlns:html="http://www.w3.org/1999/xhtml" | |
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" | |
xmlns:xbl="http://www.mozilla.org/xbl"> | |
<binding id="autocomplete-richlistitem-insecure-field" extends="chrome://global/content/bindings/autocomplete.xml#autocomplete-richlistitem"> | |
<content align="center" | |
onoverflow="this._onOverflow();" | |
onunderflow="this._onUnderflow();"> | |
<xul:vbox class="ac-title" | |
align="left" | |
xbl:inherits=""></xul:vbox> | |
</content> | |
</binding> | |
</bindings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment