From e5ffc1cb63d4786f9bd176cea038499ded83a7f3 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 28 Sep 2015 04:05:34 +0200 Subject: added specialized folder icon for thunderbird icon appeared too large, reducing its size with userChrome.css was possible, but 16x16 only, which is a little too small for that folder icon. --- cfg/thunderbird/README | 4 ++++ cfg/thunderbird/chrome/folder-thunderbird.png | Bin 0 -> 1597 bytes cfg/thunderbird/chrome/userChrome.css | 13 +++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 cfg/thunderbird/README create mode 100644 cfg/thunderbird/chrome/folder-thunderbird.png create mode 100644 cfg/thunderbird/chrome/userChrome.css (limited to 'cfg/thunderbird') diff --git a/cfg/thunderbird/README b/cfg/thunderbird/README new file mode 100644 index 0000000..a1255fc --- /dev/null +++ b/cfg/thunderbird/README @@ -0,0 +1,4 @@ +[INSTALL] +copy the folder 'chrome' to ~/.thunderbird/*.profile/ +(so that there exists ~/.thunderbird/xyz.profile/chrome/) + diff --git a/cfg/thunderbird/chrome/folder-thunderbird.png b/cfg/thunderbird/chrome/folder-thunderbird.png new file mode 100644 index 0000000..06c85b7 Binary files /dev/null and b/cfg/thunderbird/chrome/folder-thunderbird.png differ diff --git a/cfg/thunderbird/chrome/userChrome.css b/cfg/thunderbird/chrome/userChrome.css new file mode 100644 index 0000000..091be08 --- /dev/null +++ b/cfg/thunderbird/chrome/userChrome.css @@ -0,0 +1,13 @@ +/* 2015, Max Christian Pohle */ + +#folderTree > treechildren +{ + font-size:10pt; +} + +#folderTree treechildren::-moz-tree-image() +{ + list-style-image: url("folder-thunderbird.png") !important; + width: 16px; + height: 16px; +} -- cgit v1.2.3