mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
346 B
XML
11 lines
346 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
|
|
<window title="mirrored searchfield"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<hbox>
|
|
<textbox type="search" width="200" id="searchbox" style="-moz-transform: scaleX(-1);"/>
|
|
<spacer flex="1"/>
|
|
</hbox>
|
|
</window>
|