non-subscribable folders in subscribe ui should be grayed out and have the subscribe checkbox hidden

r/sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2007-09-06 22:03:33 +00:00
Родитель 17505d58ce
Коммит 0bdfeff2f2
2 изменённых файлов: 18 добавлений и 0 удалений

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

@ -42,6 +42,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;
}
/* ::::: folder icons :::::: */
treechildren::-moz-tree-image(nameColumn) {

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

@ -55,6 +55,15 @@ treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
list-style-image: url("chrome://global/skin/checkbox/cbox-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;
}
/* ::::: folder icons :::::: */
treechildren::-moz-tree-image(nameColumn) {