mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
13 lines
431 B
XML
13 lines
431 B
XML
<?xml version="1.0"?>
|
|
<somenode xmlns:html="http://www.w3.org/1999/xhtml"
|
|
style="overflow: -moz-hidden-unscrollable;"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<html:input value="lime"/>
|
|
<!--
|
|
pointer-events: none so that our look doesn't depend on
|
|
mouse position
|
|
-->
|
|
<button label="Credits" accesskey="C" style="pointer-events: none"/>
|
|
</somenode>
|
|
|