Bug 404100 - "Do not draw lines connecting cells in trees" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r+sr=roc a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-11-17 13:44:58 -08:00
Родитель 9706d5d82c
Коммит 1e2b140ad1
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -171,6 +171,11 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, curre
border: 1px dotted #C0C0C0;
}
/* ::::: lines connecting cells ::::: */
treechildren::-moz-tree-line {
visibility: hidden;
}
/* ::::: tree separator ::::: */