mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
Missed file from Bug 339102.
This commit is contained in:
parent
fe51e1ff1c
commit
4046cdaee4
16
browser/base/content/pageinfo/pageInfo.css
Normal file
16
browser/base/content/pageinfo/pageInfo.css
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
#viewGroup radio {
|
||||
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#viewbutton");
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user