correcting message header display, better spacing of sidebar splitter
[themes.git] / LCARStrek / messenger / skin / msgHdrViewOverlay.css
index c5a04d32ede09ce10dd663b00fff613dbaf651da..79989b201ea14c4e616d2d21a22a6885aea2d909 100755 (executable)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
 
-toolbar > .toolbar-holder {
-  background-color: #FF9F00;
+#msgHeaderView
+  {
+  background-color: #E7ADE7;
   background-image: none;
-  -moz-border-radius: 0px 8px 8px 0px;
+  -moz-border-radius: 8px 8px 8px 8px;
   padding-right: 12px;
-}
+  margin-bottom: 3px;
+  }
 
 mail-emailaddress 
   {
@@ -83,11 +85,11 @@ mail-emailaddress
 
 .emailDisplayButton 
    {
-    color                 : #FFCF00;
+    color                 : black;
     cursor                : pointer;
     min-height            : 16px;
     -moz-border-radius:   : 3px;
-    background-color      : black;
+    background-color      : transparent;
   }
 
 .emailDisplayButton:hover
@@ -110,19 +112,23 @@ mail-emailaddress
 
 html.headerValue   
   { 
+    color                 : black;
     white-space           : normal;
     min-width             : 50px; 
     margin                : 0px;
+    padding-top           : 1px;
   }
 
 html.subjectvalue  
   { 
     font-weight           : bold; 
+    color                 : black;
   }
 
 text.headerdisplayname 
   { 
     font-weight           : bold; 
+    color                 : black;
     margin-right          : 0.5em; 
     margin-left           : 0.5em; 
     min-height            : 18px 
@@ -130,20 +136,21 @@ text.headerdisplayname
 
 text.headerValue 
   { 
+    color                 : black;
     white-space           : normal; 
     min-width             : 50px; 
 /*    border-bottom         : 1px solid #9999CC; */
   }
 
 .expandHeaderViewButton {
-  list-style-image: url("chrome://global/skin/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
   margin-left: .5em;
   margin-right: .5em;
 }
 
 .collapsedHeaderViewButton 
 {
-  list-style-image: url("chrome://global/skin/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
   margin-left: .5em;
    }
 
@@ -175,11 +182,17 @@ text.headerValue
 
 text.collapsedHeaderDisplayName 
 { 
+  color: black;
   font-weight: bold; 
   margin-left: .7em;
   min-height: 16px;
 }
 
+text.collapsedHeaderValue 
+{ 
+  color: black;
+}
+
 .collapsedAttachmentButton
 {
   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
@@ -191,3 +204,4 @@ text.collapsedHeaderDisplayName
   visibility: hidden;
 }
 
+