}
#extensionsView {
+ -moz-appearance: none;
border: 1px inset #CCD0DD;
margin: 0;
min-width: 245px;
richlistitem[compatible="false"] .notifyBadge,
richlistitem[providesUpdatesSecurely="false"] .notifyBadge,
richlistitem[blocklisted="true"] .notifyBadge,
+richlistitem[blocklistedsoft="true"] .notifyBadge,
richlistitem[satisfiesDependencies="false"] .notifyBadge {
display: -moz-box;
}
richlistitem[compatible="true"] .incompatibleBox,
richlistitem[providesUpdatesSecurely="true"] .insecureUpdateBox,
richlistitem[satisfiesDependencies="true"] .needsDependenciesBox,
-richlistitem[blocklisted="false"] .blocklistedBox,
+richlistitem:not([blocklisted="true"]):not([blocklistedsoft="true"]) .blocklistedBox,
+richlistitem[blocklistedsoft="false"]:not([selected="true"]) .blocklistedBox,
+richlistitem[blocklisted="false"] .blocklistedLabel,
+richlistitem[blocklistedsoft="false"] .softBlocklistedLabel,
richlistitem[opType="needs-uninstall"] .blocklistedBox,
richlistitem[opType="needs-uninstall"] .incompatibleBox,
richlistitem[opType="needs-uninstall"] .needsDependenciesBox,
height: inherit;
}
-html|a {
+html|a, html|div {
text-align: -moz-center;
display: inline-block;
/* overflow:hidden makes baseline vertical-alignment act like plugins */
color: #000000;
}
+vbox {
+ width: inherit;
+ height: inherit;
+ -moz-box-align: center;
+ -moz-box-pack: center;
+}
+
#missingPluginPlaceholder {
list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
+}
+
+#disabledPluginPlaceholder {
+ list-style-image: url("chrome://mozapps/skin/plugins/pluginDisabled.png");
+}
+
+#blockedPluginPlaceholder {
+ list-style-image: url("chrome://mozapps/skin/plugins/pluginBlocked.png");
+}
+
+#missingPluginPlaceholder,
+#disabledPluginPlaceholder,
+#blockedPluginPlaceholder {
display: block;
border: 0px;
width: 32px;
/**
* General
*/
-.wizard-button[dlgtype="finish"] {
+.heed {
font-weight: bold;
}
+.wizard-button > .button-box {
+ padding-left: 15px !important;
+ padding-right: 15px !important;
+}
+
link {
color: blue;
border: 1px solid transparent;
border: 1px dotted black;
}
-/**
- * License Page
- */
-license {
+remotecontent {
margin-top: 1px;
margin-bottom: 2px;
-moz-margin-start: 6px;
padding-bottom: 1px;
}
+/**
+ * License Page
+ */
.loadingBox {
padding: 3px 5px 3px 5px;
}
-.licenseLoadingThrobber {
+.remoteLoadingThrobber {
margin-top: 3px;
}
-.licenseLoadingThrobber[state="loading"] {
+.remoteLoadingThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading.gif");
}
-.licenseLoadingThrobber[state="error"] {
+.remoteLoadingThrobber[state="error"] {
list-style-image: url("chrome://global/skin/icons/notfound.png");
}
margin: 1px 5px 4px 3px;
}
-wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] {
- font-weight: bold;
-}
-
-wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box {
- padding-left: 15px;
- padding-right: 15px;
-}
-
#updateForMoreInfo {
margin-left: 5px;
}
/**
* Downloading Page
*/
-#downloadName {
- margin-top: 3px;
+#downloadStatusTop, #downloadStatusLine {
+ -moz-box-align: center;
}
#downloadStatus {
- margin-top: 6px;
height: 3em !important;
}
+
#downloadThrobber {
- margin: 5px 3px 0px 5px;
+ margin-left: 5px;
list-style-image: url("chrome://global/skin/filepicker/blank.gif");
}
+
#downloadThrobber[state="loading"] {
list-style-image: url("chrome://global/skin/icons/loading.gif");
}
-#downloadStatusLine {
- -moz-box-align: start;
+
+#downloadStatusProgress {
+ padding-right: 5px;
+}
+
+#pauseButton {
+ -moz-appearance: none;
+ list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png");
+ -moz-image-region: rect(0px, 48px, 16px, 32px);
+ background-color: transparent;
+ border: none;
+ padding: 0;
+ margin: 0;
+ min-width: 0;
+ min-height: 0;
+}
+
+/* !Important must be used otherwise this won't immediately take affect */
+#pauseButton > .button-box {
+ padding: 0 !important;
+}
+
+#pauseButton:hover {
+ -moz-image-region: rect(16px, 48px, 32px, 32px);
+}
+
+#pauseButton:active {
+ -moz-image-region: rect(32px, 48px, 48px, 32px);
+}
+
+#pauseButton[disabled="true"] {
+ -moz-image-region: rect(48px, 48px, 64px, 32px);
+}
+
+#pauseButton[paused="true"] {
+ -moz-image-region: rect(0px, 16px, 16px, 0px);
+}
+
+#pauseButton[paused="true"]:hover {
+ -moz-image-region: rect(16px, 16px, 32px, 0px);
+}
+
+#pauseButton[paused="true"]:active {
+ -moz-image-region: rect(32px, 16px, 48px, 0px);
+}
+
+#pauseButton[paused="true"][disabled="true"] {
+ -moz-image-region: rect(48px, 16px, 64px, 0px);
}
#verificationFailedIcon {
+ margin-left: 5px;
list-style-image: url("chrome://global/skin/icons/notfound.png");
- margin: 5px 3px 0px 5px;
}
/**