mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
105 lines
3.7 KiB
CSS
105 lines
3.7 KiB
CSS
|
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");
|
||
|
}
|
||
|
|
||
|
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");
|
||
|
}
|
||
|
|
||
|
richlistitem[state="success"] hbox.addon-install-status {
|
||
|
-moz-binding: url("chrome://mozapps/content/extensions/extensions.xml#addon-install-restart");
|
||
|
}
|
||
|
|
||
|
richlistitem[state="success"][opType="none"] hbox.addon-install-status {
|
||
|
-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");
|
||
|
}
|
||
|
|
||
|
/* XXXrstrong due to bug 331689 none is used for some attribute values */
|
||
|
richlistitem[opType="none"] hbox.addon-optype {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
richlistitem[opType="none"] hbox.addon-description {
|
||
|
-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;
|
||
|
}
|