/* ::::: tree focusring ::::: */
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
- border: 1px solid transparent;
+ outline: 1px solid transparent;
+ outline-offset: -1px;
}
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
- border: 1px dotted #008484;
+ outline: 1px dotted #008484;
}
/* ::::: tree rows ::::: */
}
treechildren::-moz-tree-row(current, focus) {
- border: 1px dotted #FF9F00;
+ border: 1px dotted #008484;
}
treechildren::-moz-tree-row(selected, current, focus) {
}
tree[seltype="cell"] > treechildren::-moz-tree-cell(active, current, focus) {
- border: 1px dotted #FF9F00;
+ border: 1px dotted #008484;
}
tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, current, focus) {
- border: 1px dotted #FF9F00;
+ border: 1px dotted #008484;
}
tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, current, focus) {