make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index ba77ac25459785649b903a67e9300cf2a10ad775..b20924d730a0f5f757ccb61414a949b64bc8105d 100644 (file)
@@ -13,7 +13,7 @@
  *
  * The Original Code is mozilla.org code.
  *
- * The Initial Developer of the Original Code is 
+ * The Initial Developer of the Original Code is
  * Netscape Communications Corporation.
  * Portions created by the Initial Developer are Copyright (C) 1998
  * the Initial Developer. All Rights Reserved.
@@ -23,7 +23,7 @@
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
- * either the GNU General Public License Version 2 or later (the "GPL"), or 
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  * in which case the provisions of the GPL or the LGPL are applicable instead
  * of those above. If you wish to allow use of your version of this file only
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ::::: primary toolbar buttons ::::: */
+
 #button-send {
   list-style-image: url("chrome://messenger/skin/messengercompose/send.gif");
 }
 
 #button-send[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/send-disabled.gif") !important;
-} 
+}
 
 #button-send[offline="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/sendlater.gif");
@@ -68,7 +68,7 @@
 
 #button-address[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/address-disabled.gif") !important;
-} 
+}
 
 #button-attach {
   list-style-image: url("chrome://messenger/skin/messengercompose/attach.gif");
@@ -76,7 +76,7 @@
 
 #button-attach[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/attach-disabled.gif") !important;
-} 
+}
 
 #button-quote {
   list-style-image: url("chrome://messenger/skin/messengercompose/quote.gif");
@@ -84,7 +84,7 @@
 
 #button-quote[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/quote-disabled.gif") !important;
-} 
+}
 
 #spellingButton {
   list-style-image: url("chrome://editor/skin/icons/spell.gif");
 
 #button-save[disabled="true"] {
   list-style-image: url("chrome://messenger/skin/messengercompose/savemsg-disabled.gif") !important;
-} 
+}
 
 #button-stop {
   list-style-image: url("chrome://global/skin/icons/stop.gif");
 
 #button-stop[disabled="true"] {
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
-} 
-
-/* addressing widget */
-  
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
-  margin: 0px;
-  -moz-user-focus: none;
-  background-color: #FFFFFF;
-}  
-  
-#listcol-addressingWidget {
-  width: 9em;
-  border-right: 1px solid #CCD0DD;
-}
-  
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
-  border: none;
-  background-color: inherit;
-  color: inherit;
-}
-
-.treecell-addressingWidget {
-  border-bottom: 1px solid #CCD0DD;
-  padding: 0px !important;
-}
-  
-.treecell-addressingWidget:first-child {
-  border-bottom: none;
-}
-
-.textbox-addressingWidget {
-  -moz-box-align: center;
-}
-
-.dummy-row-cell:first-child {
-  border-bottom: 1px solid #CCD0DD;
 }
 
-.person-icon {
-  list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-  margin: 0px 3px 0px 3px;
+#MsgHeadersToolbar {
+  min-height: 0px; /* this undoes the min-height in toolbar.css */
 }
 
 /* ::::: autocomplete icons ::::: */
 
-outlinerbody:-moz-outliner-cell-text(default-match) {
+treechildren::-moz-tree-cell-text(default-match) {
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
-outlinerbody:-moz-outliner-image(local-abook) {
+treechildren::-moz-tree-image(local-abook) {
   margin: 2px -1px 2px 4px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-abook) {
+treechildren::-moz-tree-image(remote-abook) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-err) {
+treechildren::-moz-tree-image(remote-err) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
 
@@ -186,7 +143,15 @@ outlinerbody:-moz-outliner-image(remote-err) {
   padding: 1px 5px;
 }
 
-#msgIdentity,
+#addresses-box > hbox > label,
+#attachments-box > label {
+  margin-left: 0px;
+}
+
+#msgIdentity{
+  margin-right: 0px;
+}
+
 #msgSubject {
   margin-right: 0px;
 }