updating EarlyBlue skin; should almost be 0.8 now ;-)
[themes.git] / EarlyBlue / messenger / dialogs.css
index a2778c23cc712a87ba048d486b2ee544f7de1709..d1cd2ff92ec4edc4652bb4231d5f4222889bf1c7 100644 (file)
@@ -54,21 +54,40 @@ menu.push {
 }
 
 menu.push:hover:active,
-menu.push[open],
-menu.push[toggled="1"] {
+menu.push[open] {
   border-style: inset;
   padding: 3px 1px 1px 3px;
 }
 
-menu.push[toggled="2"] {
-   background-color: #DDDDDD;
-   border: 1px solid #666699;
-}
-
 menu.push[disabled="true"],
 menu.push[disabled="true"]:hover,
 menu.push[disabled="true"]:hover:active {
   color: #999999;
 }
 
+/* ::::: askSendFormat.xul ::::: */
+
+askSendFormat {
+  width: 40em;
+}
 
+#askImageBox {
+ -moz-box-align: start;
+}
+
+#convertYes {
+  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
+}
+
+#convertAltering {
+  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
+}
+
+#convertNo {
+  list-style-image:url("chrome://global/skin/icons/alert-exclam.gif");
+}
+
+/* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
+#convertDefault {
+  list-style-image:url("chrome://global/skin/icons/alert-question.gif");
+}