/*   Time-stamp: "2009-03-16 22:43:38 AKDT sburke@cpan.org"

  sburke@cpan.org
    My ~/.mozilla-thunderbird/[gibberish]/chrome/userChrome.css file

*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#folderTree, #threadTree  {
  color:            #ffffff !important;
  background-color: #22095b !important;
  border-color: #8f8 !important;
}

#folderTree	> treechildren::-moz-tree-row(selected), 
#threadTree	> treechildren::-moz-tree-row(selected)   {
  background-color: #52398b !important;
}

#folderPaneBox { font-size: 85%; }
 /*  the listing of mail-folders on the top-left of the screen  */

#threadPaneBox { font-size: smaller !important; }
 /*  the listing of messages on the top-right of the screen  */

#messagesBox {
  font-size: 90%;
}

.headerContainer,
.headerContainer * {
  color:            #ffffff !important;
  background-color: #004    !important;
}

.headerName {
  font-weight: normal !important;
}


treechildren::-moz-tree-image(attachmentCol, attach) {
  background-color: #55c;
}

/*======================================================================*/

/*

Can't get either of these to work... ahwell, no big deal, merely cosmetic,
just trying to make the text in the message filter log box not be soooo big.


dialog#viewLogWindow browser#logView BODY {
  font-size: 80%;
}

or...

#viewLogWindow #logView {
  font-size: smaller !important;
}

*/

/*======================================================================*/

/* End */
