2007-03-22 10:30:00 -07:00
|
|
|
richlistbox#extensionsView {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addons");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[selected="true"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-selected");
|
|
|
|
}
|
|
|
|
|
2008-01-28 09:11:48 -08:00
|
|
|
richlistitem[typeName="searchResult"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#searchresult");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[typeName="searchResult"][selected="true"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#searchresult-selected");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="search-failure"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-search-failure");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="recommended-failure"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-recommended-failure");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="header-recommended"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-header-recommended");
|
|
|
|
}
|
|
|
|
|
2008-01-29 16:03:09 -08:00
|
|
|
vbox[typeName="status"][type="message-norecommended"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-message-norecommended");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="message-nosearchresults"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-message-nosearchresults");
|
|
|
|
}
|
|
|
|
|
2008-01-28 09:11:48 -08:00
|
|
|
vbox[typeName="status"][type="footer-recommended"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-footer-recommended");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="footer-search"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-footer-search");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="footer-search"][count="0"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-footer-search-empty");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="retrieve-search"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-retrieve-search");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox[typeName="status"][type="retrieve-recommended"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#status-retrieve-recommended");
|
|
|
|
}
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
richlistitem[typeName="update"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#update-found");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[updateStatus] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#update-checking");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#install");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state="downloading"] {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#install-downloading");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state="waiting"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-waiting");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state="incompatibleUpdate"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-incompatibleUpdate");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state="finishing"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-finishing");
|
|
|
|
}
|
|
|
|
|
2007-06-30 10:17:03 -07:00
|
|
|
richlistitem[state="success"][opType="needs-install"] hbox.addon-install-status {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-restart");
|
|
|
|
}
|
|
|
|
|
2007-06-30 10:17:03 -07:00
|
|
|
richlistitem[state="success"][opType="needs-upgrade"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-upgrade-restart");
|
|
|
|
}
|
|
|
|
|
2007-06-21 16:17:08 -07:00
|
|
|
richlistitem[state="success"] hbox.addon-install-status {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-success");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistbox[norestart] richlistitem[state="success"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-updated");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[state="failure"] hbox.addon-install-status {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-fail");
|
|
|
|
}
|
|
|
|
|
|
|
|
vbox.addon-icon {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-icon");
|
|
|
|
}
|
|
|
|
|
|
|
|
hbox.addon-name-version {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-name-version");
|
|
|
|
}
|
|
|
|
|
2007-06-21 16:17:08 -07:00
|
|
|
richlistitem:not([opType]) hbox.addon-optype {
|
2007-03-22 10:30:00 -07:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-06-21 16:17:08 -07:00
|
|
|
richlistitem hbox.addon-description {
|
2007-03-22 10:30:00 -07:00
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-description-crop");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-uninstall"] hbox.addon-optype,
|
|
|
|
richlistitem[opType="needs-uninstall"] hbox.addon-description {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-needs-uninstall");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-install"] hbox.addon-optype,
|
|
|
|
richlistitem[opType="needs-install"] hbox.addon-description {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-needs-install");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-upgrade"] hbox.addon-optype,
|
|
|
|
richlistitem[opType="needs-upgrade"] hbox.addon-description {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-needs-upgrade");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-enable"] hbox.addon-optype,
|
|
|
|
richlistitem[opType="needs-enable"] hbox.addon-description {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-needs-enable");
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-disable"] hbox.addon-optype,
|
|
|
|
richlistitem[opType="needs-disable"] hbox.addon-description {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-needs-disable");
|
|
|
|
}
|
|
|
|
|
|
|
|
#viewGroup radio {
|
|
|
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#viewbutton");
|
|
|
|
-moz-box-orient: vertical;
|
|
|
|
-moz-box-align: center;
|
|
|
|
-moz-appearance: none;
|
|
|
|
}
|
2007-09-04 14:36:37 -07:00
|
|
|
|
|
|
|
/* Hide / Display buttons depending on the state of the add-on */
|
|
|
|
.enableHide,
|
|
|
|
.uninstallShow,
|
|
|
|
.installShow,
|
|
|
|
.upgradeShow,
|
|
|
|
richlistitem[isDisabled="true"] .disableHide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-uninstall"] .uninstallShow,
|
|
|
|
richlistitem[opType="needs-install"] .installShow,
|
|
|
|
richlistitem[opType="needs-upgrade"] .upgradeShow,
|
|
|
|
richlistitem[opType="needs-enable"] .enableShow,
|
|
|
|
richlistitem[opType="needs-disable"] .disableShow,
|
|
|
|
richlistitem[isDisabled="true"] .disableShow {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[opType="needs-uninstall"] .uninstallHide,
|
|
|
|
richlistitem[opType="needs-install"] .uninstallHide,
|
|
|
|
richlistitem[opType="needs-upgrade"] .uninstallHide,
|
|
|
|
richlistitem[opType="needs-enable"] .enableHide,
|
|
|
|
richlistitem[opType="needs-disable"] .disableHide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[plugin] .themeButton,
|
|
|
|
richlistitem[plugin] .optionsButton,
|
|
|
|
richlistitem[plugin] .uninstallButton,
|
|
|
|
richlistitem[type="2"] .themeButton,
|
|
|
|
richlistitem[type="8"] .themeButton,
|
|
|
|
richlistitem[type="4"] .optionsButton,
|
|
|
|
richlistitem[type="8"] .optionsButton,
|
|
|
|
richlistitem[type="4"] .disableShow,
|
|
|
|
richlistitem[type="4"] .disableHide {
|
|
|
|
display: none;
|
|
|
|
}
|
2007-10-02 15:39:07 -07:00
|
|
|
|
|
|
|
richlistitem:not([plugin]) .pluginIcon ,
|
|
|
|
richlistitem[plugin] .addonIcon:not(.pluginIcon) {
|
|
|
|
display: none;
|
|
|
|
}
|
2008-01-28 09:11:48 -08:00
|
|
|
|
|
|
|
richlistitem[action] .addonInstallButton {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-03-07 03:10:06 -08:00
|
|
|
.searchResultInstalling, .searchResultFailed,
|
|
|
|
.searchResultInstalled, .searchResultConnecting {
|
2008-01-28 09:11:48 -08:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2008-03-07 03:10:06 -08:00
|
|
|
richlistitem[action="connecting"] .searchResultConnecting {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
2008-01-28 09:11:48 -08:00
|
|
|
richlistitem[action="installing"] .searchResultInstalling {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[action="failed"] .searchResultFailed,
|
|
|
|
richlistitem[action="failed"] .addonInstallButton {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[action="installed"] .searchResultInstalled {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem .addonType {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[addonType="2"] .addonTypeExtension {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
richlistitem[addonType="4"] .addonTypeTheme {
|
|
|
|
display: -moz-box;
|
|
|
|
}
|