mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
21 lines
573 B
XML
21 lines
573 B
XML
<?xml version="1.0"?>
|
|
|
|
<bindings id="richviewSkinBindings"
|
|
xmlns="http://www.mozilla.org/xbl"
|
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
xmlns:xbl="http://www.mozilla.org/xbl">
|
|
|
|
<binding id="richview" extends="chrome://mozapps/content/shared/richview.xml#richview">
|
|
<resources>
|
|
<stylesheet src="chrome://mozapps/skin/shared/richview.css"/>
|
|
</resources>
|
|
<content>
|
|
<xul:vbox flex="1" class="richviewInner">
|
|
<children/>
|
|
</xul:vbox>
|
|
</content>
|
|
</binding>
|
|
|
|
</bindings>
|
|
|