keep up with Classic develpoment
authorrobert <robert>
Fri, 2 Jan 2004 22:42:22 +0000 (22:42 +0000)
committerrobert <robert>
Fri, 2 Jan 2004 22:42:22 +0000 (22:42 +0000)
EarlyBlue/global/tree.css
EarlyBlue/messenger/subscribe.css

index ad6140ac4148c0ca2a96262f0344aa3c55b59048..becca3544353da9958d772e9d9d0bb73cc0db493 100644 (file)
@@ -66,7 +66,6 @@ tree {
 
 /* ::::: tree rows ::::: */
 
-tree[selstyle="primary"] > treechildren::-moz-tree-row,
 treechildren::-moz-tree-row {
   border: 1px solid transparent;
   background-color: transparent;
@@ -90,6 +89,11 @@ treechildren::-moz-tree-row(selected, current, focus) {
   border: 1px dotted #666699;
 }
 
+tree[selstyle="primary"] > treechildren::-moz-tree-row {
+  border: none;
+  background-color: transparent;
+}
+
 /* ::::: tree cells ::::: */
 
 treechildren::-moz-tree-cell {
@@ -99,13 +103,17 @@ 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;
index 57a9bbb6b9e3da57fe548c902f4380a031b6893e..df6ec9dc70c8232b65fa05c72192916180a1bd13 100644 (file)
@@ -61,6 +61,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: #808080;
+  font-style: italic;
+}
+
 /* ::::: folder icons :::::: */
 
 treechildren::-moz-tree-image(nameColumn) {