Bug 347772 Fix style rule regression from bug 201499 p=stefanh r+sr=me

This commit is contained in:
neil%parkwaycc.co.uk 2006-08-09 15:37:32 +00:00
Родитель 76b58faaec
Коммит 560fdfcb0a
7 изменённых файлов: 12 добавлений и 12 удалений

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

@ -58,11 +58,11 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-rows > .tree-bodybox {
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 2px solid transparent;
}
.focusring:focus > .tree-rows > .tree-bodybox {
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border: 2px solid -moz-mac-focusring;
}

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

@ -59,11 +59,11 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-rows > .tree-bodybox {
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent;
}
.focusring:focus > .tree-rows > .tree-bodybox {
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid #000000;
}

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

@ -56,11 +56,11 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-rows > .tree-bodybox {
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent;
}
.focusring:focus > .tree-rows > .tree-bodybox {
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid #000000;
}

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

@ -29,7 +29,7 @@
<binding id="tree" extends="chrome://global/content/bindings/tree.xml#tree-base">
<content hidevscroll="true" hidehscroll="true">
<children includes="treecols"/>
<xul:stack flex="1">
<xul:stack class="tree-stack" flex="1">
<xul:treerows class="tree-rows" flex="1" xbl:inherits="hidevscroll">
<children/>
</xul:treerows>

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

@ -57,11 +57,11 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-rows > .tree-bodybox {
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent;
}
.focusring:focus > .tree-rows > .tree-bodybox {
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid -moz-mac-focusring;
}

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

@ -58,11 +58,11 @@ tree {
/* ::::: tree focusring ::::: */
.focusring > .tree-rows > .tree-bodybox {
.focusring > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid transparent;
}
.focusring:focus > .tree-rows > .tree-bodybox {
.focusring:focus > .tree-stack > .tree-rows > .tree-bodybox {
border: 1px solid #000000;
}

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

@ -16,7 +16,7 @@
<binding id="tree" extends="chrome://global/content/bindings/tree.xml#tree-base">
<content hidevscroll="true" hidehscroll="true">
<children includes="treecols"/>
<xul:stack flex="1">
<xul:stack class="tree-stack" flex="1">
<xul:treerows class="tree-rows" flex="1" xbl:inherits="hidevscroll">
<children/>
</xul:treerows>