mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
19 lines
470 B
XML
19 lines
470 B
XML
|
<?xml version="1.0"?>
|
||
|
|
||
|
<bindings id="splitterBindings"
|
||
|
xmlns="http://www.mozilla.org/xbl"
|
||
|
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
|
||
|
<binding id="splitter" extends="xul:splitter">
|
||
|
<resources>
|
||
|
<stylesheet src="chrome://global/skin/splitter.css"/>
|
||
|
</resources>
|
||
|
</binding>
|
||
|
|
||
|
<binding id="grippy">
|
||
|
<resources>
|
||
|
<stylesheet src="chrome://global/skin/splitter.css"/>
|
||
|
</resources>
|
||
|
</binding>
|
||
|
|
||
|
</bindings>
|