DevTools/CSSTips: Difference between revisions

Line 79: Line 79:


  <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
  <?xml-stylesheet href="chrome://browser/path/to/content/module.css " type="text/css"?>
  <?xml-stylesheet href="chrome://browser/content/path/module.css " type="text/css"?>
  <?xml-stylesheet href="chrome://browser/skin/path/to/theme/module.css" type="text/css"?>
  <?xml-stylesheet href="chrome://browser/skin/path/module.css" type="text/css"?>


For devtools CSS files then <tt>path/to/content</tt> and <tt>path/to/theme</tt> are both likely to be the string <tt>devtools</tt>.
For devtools CSS files then <tt>path</tt> is likely to be the string <tt>devtools</tt>.


[1] However there is probably a better way than using absolute positioning.
[1] However there is probably a better way than using absolute positioning.
Confirmed users
295

edits