Add color style to the auto complete popup comment column

This commit is contained in:
scott%scott-macgregor.org 2003-12-09 06:55:44 +00:00
parent 6254eea120
commit 919f665d4c

View File

@ -412,11 +412,14 @@ treechildren::-moz-tree-image(remote-err) {
}
.composemenu-text-2 {
font-style: italic;
color: GrayText;
color: #555566;
}
/* ::::: addressing widget ::::: */
.autocomplete-treebody::-moz-tree-cell-text(comment) {
color: #555566;
}
#addressingWidget {
-moz-user-focus: none;