Bug 248746 - Include both : and :: pseudo-element versions, and make away users italic.

ChatZilla only.
r=samuel@sieb.net
This commit is contained in:
silver%warwickcompsoc.co.uk 2004-09-28 21:24:46 +00:00
Родитель ea28b5456c
Коммит cad5e87123
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -196,8 +196,18 @@ treechildren::-moz-tree-image(op-true) {
list-style-image: url(chrome://chatzilla/skin/images/op-graphic.png);
}
/* away */
treechildren:-moz-tree-cell-text(away-true) {
color: GrayText;
font-style: italic;
}
treechildren::-moz-tree-cell-text(away-true) {
color: GrayText;
font-style: italic;
}
treechildren:-moz-tree-cell-text(away-false) {
}
treechildren::-moz-tree-cell-text(away-false) {