/* Darstellung der Label */ /* Label 1 - Important */ treechildren::-moz-tree-cell-text(lc-FF0000) { font-weight: 800 ! important; font-family: monospace ! important; } /* Label 2 - Work */ treechildren::-moz-tree-cell-text(lc-FF9900) { font-weight: 800 ! important; font-family: monospace ! important; } /* Label 3 - Personal */ treechildren::-moz-tree-cell-text(lc-009900) { font-weight: 800 ! important; font-family: monospace ! important; } /* Label 4 - To Do */ treechildren::-moz-tree-cell-text(lc-3333FF) { font-weight: 800 ! important; font-family: monospace ! important; } /* Label 5 - Later */ treechildren::-moz-tree-cell-text(lc-993399) { font-weight: 800 ! important; font-family: monospace ! important; }