feed detection and some other trunk work
[themes.git] / EarlyBlue / messenger / dialogs.css
index a2778c23cc712a87ba048d486b2ee544f7de1709..2466928a2f33b1e019d0a127efcee5d5b172e2d3 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,21 +54,37 @@ 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,
+#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");
+}