2007-04-12 18:43:04 -07:00
|
|
|
|
2009-10-23 08:28:14 -07:00
|
|
|
#viewGroup > radio {
|
2010-04-28 15:02:43 -07:00
|
|
|
-moz-binding: url("chrome://browser/content/pageinfo/pageInfo.xml#viewbutton");
|
2007-04-12 18:43:04 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[feed] {
|
|
|
|
-moz-binding: url("chrome://browser/content/pageinfo/feeds.xml#feed");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[feed]:not([selected="true"]) .feed-subscribe {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
groupbox[closed="true"] > .groupbox-body {
|
|
|
|
visibility: collapse;
|
|
|
|
}
|
2009-10-22 13:47:17 -07:00
|
|
|
|
|
|
|
/* This following entry can be removed when Bug 522850 is fixed. */
|
|
|
|
#thepreviewimage {
|
|
|
|
min-width: 1px;
|
|
|
|
}
|