From aa2773102942029101f2e1c549573cca0983a121 Mon Sep 17 00:00:00 2001 From: robert Date: Fri, 2 Jan 2004 22:42:22 +0000 Subject: [PATCH] keep up with Classic develpoment --- EarlyBlue/global/tree.css | 12 ++++++++++-- EarlyBlue/messenger/subscribe.css | 9 +++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index ad6140ac..becca354 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -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; diff --git a/EarlyBlue/messenger/subscribe.css b/EarlyBlue/messenger/subscribe.css index 57a9bbb6..df6ec9dc 100644 --- a/EarlyBlue/messenger/subscribe.css +++ b/EarlyBlue/messenger/subscribe.css @@ -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) { -- 2.35.3