mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
18 lines
558 B
CSS
18 lines
558 B
CSS
/* -*- Mode: C; c-basic-offset: 2 -*-
|
|
|
|
Style rules specific to the Flash Panel. These are kludged right now.
|
|
|
|
*/
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#StockFlash"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/stock.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#OnlinePresence"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/online.gif");
|
|
}
|
|
|
|
treeitem[type="http://home.netscape.com/NC-rdf#Biff"] > treecell > titledbutton {
|
|
list-style-image: url("resource:/res/rdf/unread.gif");
|
|
}
|