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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user