зеркало из https://github.com/mozilla/pjs.git
fix for bug #229214
non-subscribable folders in subscribe ui should be grayed out and have the subscribe checkbox hidden r/sr=bienvenu
This commit is contained in:
Родитель
17505d58ce
Коммит
0bdfeff2f2
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче