diff --git a/mozilla/mailnews/ui/messenger/resources/folderPane.css b/mozilla/mailnews/ui/messenger/resources/folderPane.css index 0fd8039ba09..ff233d244a0 100644 --- a/mozilla/mailnews/ui/messenger/resources/folderPane.css +++ b/mozilla/mailnews/ui/messenger/resources/folderPane.css @@ -27,6 +27,10 @@ treecell { display: table-cell; } +treecell[selectedcell] { + background-color: blue; +} + treehead treeitem treecell { background-color: #a0a0a0; border: thin black solid; diff --git a/mozilla/mailnews/ui/messenger/resources/threadPane.css b/mozilla/mailnews/ui/messenger/resources/threadPane.css index a1d783d4786..e6e8f568f84 100644 --- a/mozilla/mailnews/ui/messenger/resources/threadPane.css +++ b/mozilla/mailnews/ui/messenger/resources/threadPane.css @@ -33,6 +33,9 @@ treecell { font-size: 10pt; } +treecell[selectedcell] { + background-color: blue; +} treehead treeitem treecell { background-color: #a0a0a0; border: thin black solid; diff --git a/mozilla/mailnews/ui/messenger/resources/threadPane.xul b/mozilla/mailnews/ui/messenger/resources/threadPane.xul index aa13ffdd29d..b97340dcde2 100644 --- a/mozilla/mailnews/ui/messenger/resources/threadPane.xul +++ b/mozilla/mailnews/ui/messenger/resources/threadPane.xul @@ -8,7 +8,8 @@ xmlns:html="http://www.w3.org/TR/REC-html40" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - + + @@ -20,11 +21,9 @@ + - Local Mail - -