aboutsummaryrefslogtreecommitdiff
path: root/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg')
-rw-r--r--cfg/thunderbird/README4
-rw-r--r--cfg/thunderbird/chrome/folder-thunderbird.pngbin0 -> 1597 bytes
-rw-r--r--cfg/thunderbird/chrome/userChrome.css13
3 files changed, 17 insertions, 0 deletions
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 @@
1[INSTALL]
2copy the folder 'chrome' to ~/.thunderbird/*.profile/
3(so that there exists ~/.thunderbird/xyz.profile/chrome/)
4
diff --git a/cfg/thunderbird/chrome/folder-thunderbird.png b/cfg/thunderbird/chrome/folder-thunderbird.png
new file mode 100644
index 0000000..06c85b7
--- /dev/null
+++ b/cfg/thunderbird/chrome/folder-thunderbird.png
Binary files 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 @@
1/* 2015, Max Christian Pohle */
2
3#folderTree > treechildren
4{
5 font-size:10pt;
6}
7
8#folderTree treechildren::-moz-tree-image()
9{
10 list-style-image: url("folder-thunderbird.png") !important;
11 width: 16px;
12 height: 16px;
13}
..