update to suite default status of 2009-01-30: bug 474807 - replace 4-piece margin...
[themes.git] / EarlyBlue / messenger / dialogs.css
index a2778c23cc712a87ba048d486b2ee544f7de1709..0b2c29b82d20d92cd61278358698564e71498a7e 100644 (file)
@@ -44,7 +44,7 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: button-like menus ::::: */
+
 menu.push {
   border: 1px outset #CCD0DD;
   padding: 2px;
@@ -54,15 +54,12 @@ 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;
+  padding-top: 3px;
+  padding-bottom: 1px;
+  -moz-padding-start: 3px;
+  -moz-padding-end: 1px;
 }
 
 menu.push[disabled="true"],
@@ -71,4 +68,26 @@ menu.push[disabled="true"]:hover:active {
   color: #999999;
 }
 
+/* ::::: askSendFormat.xul ::::: */
+
+askSendFormat {
+  width: 40em;
+}
+
+#askImageBox {
+ -moz-box-align: start;
+}
+
+#convertYes,
+#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");
+}