/* ::::: tree rows ::::: */
-tree[selstyle="primary"] > treechildren::-moz-tree-row,
treechildren::-moz-tree-row {
border: 1px solid transparent;
background-color: transparent;
border: 1px dotted #666699;
}
+tree[selstyle="primary"] > treechildren::-moz-tree-row {
+ border: none;
+ background-color: transparent;
+}
+
/* ::::: tree cells ::::: */
treechildren::-moz-tree-cell {
tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
treechildren::-moz-tree-cell-text {
color: inherit;
- border: 2px solid transparent;
}
treechildren::-moz-tree-cell-text(selected) {
color: #FFFFFF;
}
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
+ border: 2px solid transparent;
+ padding: 0px 1px 1px 1px;
+}
+
tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary, selected) {
background-color: #808080;
color: #FFFFFF;
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: #808080;
+ font-style: italic;
+}
+
/* ::::: folder icons :::::: */
treechildren::-moz-tree-image(nameColumn) {