This commit is contained in:
scott%scott-macgregor.org 2003-12-24 22:40:15 +00:00
Родитель d572bc76cf
Коммит 49dfb2f059
1 изменённых файлов: 9 добавлений и 0 удалений

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

@ -19,6 +19,15 @@ treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
list-style-image: url("chrome://messenger/skin/icons/check.gif");
}
treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) {
list-style-image: none;
}
treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
color: gray;
font-style: italic;
}
/* ::::: Folders :::::: */
treechildren::-moz-tree-image(nameColumn) {