background-ref.xul 438 B

1234567891011121314151617
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="style.css" type="text/css"?>
  3. <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  4. xmlns:html="http://www.w3.org/1999/xhtml">
  5. <html:style>
  6. window {
  7. background-color: blue;
  8. }
  9. </html:style>
  10. <vbox>
  11. <html:div class='file'>
  12. <html:button>Browse&#8230;</html:button><label value="No file selected."/>
  13. </html:div>
  14. </vbox>
  15. </window>