mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
18 lines
489 B
CSS
18 lines
489 B
CSS
/* -*- Mode: C; c-basic-offset: 2 -*-
|
|
|
|
Style rules specific to the Flash Panel. These are kludged right now.
|
|
|
|
*/
|
|
|
|
window {
|
|
background-color: white;
|
|
}
|
|
|
|
treeitem[type="http://www.mozilla.org/RDF#TinderboxFlash"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/flames.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#MsgNewMessages"] > treerow > treecell > titledbutton {
|
|
list-style-image: url("chrome://messenger/skin/folderHasMail.gif");
|
|
}
|