<stylesheet src="chrome://xfly/skin/color-picker.css" />
<binding id="popup-base"> <resources> <stylesheet src="chrome://global/skin/popup.css" /> </resources> </binding>
Then you can access the stylesheet in your binding by using the extends attribute:
<binding id="popup" extends="chrome://global/content/bindings/popup.xml#popup-base">
<binding id="images"> <resources> <image src="plane.png"/> <image src="boat.png"/> <image src="bicycle.png"/> </resources> </binding>