sync EarlyBlue mozapps with *stripe
[themes.git] / EarlyBlue / mozapps / extensions / update.css
diff --git a/EarlyBlue/mozapps/extensions/update.css b/EarlyBlue/mozapps/extensions/update.css
new file mode 100644 (file)
index 0000000..5a21c4c
--- /dev/null
@@ -0,0 +1,23 @@
+#alert {
+  list-style-image: url("chrome://mozapps/skin/update/update.png");
+}
+
+.throbber {
+  list-style-image: url("chrome://global/skin/icons/loading.gif");
+  width: 16px;
+  height: 16px;
+  margin-top: 5px;
+  margin-bottom: 5px;
+  -moz-margin-start: 5px;
+  -moz-margin-end: 2px;
+}
+
+.alertBox {
+  background-color : #FFFFCC;
+  color: #000000;
+  border: 0px solid transparent;
+  border-bottom: 1px solid #9999CC;
+  margin-left: 3px;
+  margin-right: 3px;
+  padding: 5px;
+}