update both themes for suite classic changes up to 2010-08-13
[themes.git] / LCARStrek / messenger / dialogs.css
index 29e903349d45e3fb027e3f6ac770bda2ee288461..5616572bb9af2eba6777d422a51cfabc5ebcfe3d 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 solid #FF9F00;
   padding: 2px;
@@ -56,7 +56,10 @@ menu.push {
 menu.push:hover:active,
 menu.push[open] {
   border-color: #FFCF00;
-  padding: 3px 1px 1px 3px;
+  padding-top: 3px;
+  padding-bottom: 1px;
+  -moz-padding-start: 3px;
+  -moz-padding-end: 1px;
 }
 
 menu.push[disabled="true"],
@@ -64,30 +67,3 @@ menu.push[disabled="true"]:hover,
 menu.push[disabled="true"]:hover:active {
   color: #8050B0;
 }
-
-/* ::::: 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");
-}