From eb7b3a2a6f3deccd3eb6823e0b9cf50a41da2a6e Mon Sep 17 00:00:00 2001 From: "scott%scott-macgregor.org" Date: Sun, 16 Nov 2003 04:32:59 +0000 Subject: [PATCH] Replace twisty icons for tree controls in thunderbird with the +/- images --- mail/base/skin/icons/twisty-clsd.gif | Bin 82 -> 0 bytes mail/base/skin/icons/twisty-open.gif | Bin 81 -> 0 bytes mail/base/skin/messageHeader.css | 8 ++++---- mail/base/skin/tree.css | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 mail/base/skin/icons/twisty-clsd.gif delete mode 100644 mail/base/skin/icons/twisty-open.gif diff --git a/mail/base/skin/icons/twisty-clsd.gif b/mail/base/skin/icons/twisty-clsd.gif deleted file mode 100644 index 95febc919ce3d4bb3cb22dc083d6a17e4e6a2dfe..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 82 zcmZ?wbhEHb+|z`(+w1LA+|z`(+w1LA descriptionitem[selected="true"] .addresstwisty { margin: 2px; - list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } .addresstwisty[open] { - list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } /* ::::: view expand and collapse twisties ::::: */ @@ -181,11 +181,11 @@ description[selectable="true"]:focus > descriptionitem[selected="true"] } .expandHeaderViewButton { - list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } .collapsedHeaderViewButton { - list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } /* ::::: collapsed view styles ::::: */ diff --git a/mail/base/skin/tree.css b/mail/base/skin/tree.css index fa9283a25fa7..f2cb500faddc 100644 --- a/mail/base/skin/tree.css +++ b/mail/base/skin/tree.css @@ -265,12 +265,12 @@ treechildren::-moz-tree-column(insertafter) { treechildren::-moz-tree-twisty { padding-right: 2px; width: 10px; /* The image's width is 9 pixels */ - list-style-image: url("chrome://messenger/skin/icons/twisty-clsd.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif"); } treechildren::-moz-tree-twisty(open) { width: 10px; /* The image's width is 9 pixels */ - list-style-image: url("chrome://messenger/skin/icons/twisty-open.gif"); + list-style-image: url("chrome://global/skin/tree/twisty-open.gif"); } treechildren::-moz-tree-indentation {