Bug 240320: Pinstripe fix; p=<stefanh@bluebottle.com>, r=Kevin, a=Mano

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mnyromyr%tprac.de
2006-06-15 14:19:30 +00:00
parent b15daefdb4
commit 1339ff7b8e
2 changed files with 4 additions and 4 deletions

View File

@@ -71,12 +71,12 @@ listbox:focus > listitem[selected="true"][current="true"] {
}
listitem[selected="true"] {
background-color: -moz-Dialog;
background-color: -moz-mac-secondaryhighlight;
color: -moz-DialogText;
}
listbox:focus > listitem[selected="true"] {
background-color: #3874D1;
background-color: -moz-mac-alternateprimaryhighlight;
color: #FFFFFF;
}

View File

@@ -81,14 +81,14 @@ tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd) {
treechildren::-moz-tree-row(selected),
treechildren::-moz-tree-row(odd, selected),
tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd, selected) {
background-color: #D0D0D0;
background-color: -moz-mac-secondaryhighlight;
}
treechildren::-moz-tree-row(selected, focus),
treechildren::-moz-tree-row(odd, selected, focus),
tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd, selected, focus) {
/* background-color: Highlight; */
background-color: #3874D1;
background-color: -moz-mac-alternateprimaryhighlight;
color: #FFFFFF;
}