Bug #1629
closedget custom CSS support working
0%
Description
Need to be able to specify external CSS file(s) in generated UIs, and pull
existing CSS styles out of XBL Bindings.
Note that it might be feasible and preferable to avoid the use of rdf files for
referencing the CSS, since the whippet webapp (and probably the webclient app)
currently have an xml directive:
Maybe we could do another of these but with the href="our css href" - which
woudl be customized as a chrome:// url for webclient renderer, or http:// url
for the httprenderer. This differentiation is already in place in the renderers
- they "know" what their base url is, and set it automatically in the XULFile
objects
which pulls in the mozilla default stylesheet.
The stylesheet in th eXUL file can be set thru a method in the XULFile.java class
Updated by Matthew Brooke about 20 years ago
done - see chrome/skin/jalama_library/jalama_default.css, and the files that
@import/override this: httprenderer.css and wcrenderer.css