blob: 091be0841947a1f3d7b109e961dd02a31bf9aeb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}
|