changeset 25:d211a3986f8e

display unread messages in bold, then update them when the user selects them
author Myk Melez <myk@mozilla.org>
date Wed, 16 Apr 2008 22:52:51 -0700
parents 3fc1c5cda3ff
children 3d0ff57dc129
files extension/content/snowl.css
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/extension/content/snowl.css	Wed Apr 16 22:52:51 2008 -0700
@@ -0,0 +1,3 @@
+treechildren::-moz-tree-cell-text(unread) {
+  font-weight: bold !important
+}