зеркало из https://github.com/mozilla/pjs.git
use border-bottom instead of top.
bug 257583, r=mostafah
This commit is contained in:
Родитель
1c12093ecd
Коммит
0ee954a071
|
@ -1382,7 +1382,7 @@ treechildren::-moz-tree-cell-text(overdue)
|
||||||
|
|
||||||
treechildren::-moz-tree-row
|
treechildren::-moz-tree-row
|
||||||
{
|
{
|
||||||
border-top : 1px dotted #AAA;
|
border-bottom : 1px dotted #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-row(overdue,selected)
|
treechildren::-moz-tree-row(overdue,selected)
|
||||||
|
|
|
@ -1393,7 +1393,7 @@ treechildren::-moz-tree-row(overdue,selected)
|
||||||
|
|
||||||
treechildren::-moz-tree-row
|
treechildren::-moz-tree-row
|
||||||
{
|
{
|
||||||
border-top : 1px dotted #AAA;
|
border-bottom : 1px dotted #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-cell-text(duetoday)
|
treechildren::-moz-tree-cell-text(duetoday)
|
||||||
|
|
|
@ -1815,7 +1815,7 @@ treechildren::-moz-tree-row(overdue,selected)
|
||||||
|
|
||||||
treechildren::-moz-tree-row
|
treechildren::-moz-tree-row
|
||||||
{
|
{
|
||||||
border-top : 1px dotted #AAA;
|
border-bottom : 1px dotted #AAA;
|
||||||
}
|
}
|
||||||
|
|
||||||
treechildren::-moz-tree-cell-text(duetoday)
|
treechildren::-moz-tree-cell-text(duetoday)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче