Bug 379985 - [Pinstripe] Use Highlight and highlighttext where applicable. r=mano (toolkit), r=bienvenu (mail).

git-svn-id: svn://10.0.0.236/trunk@226678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
stefanh%inbox.com 2007-05-20 19:34:13 +00:00
parent a8a7ed662e
commit 998f41da6b
4 changed files with 15 additions and 17 deletions

View File

@ -104,11 +104,11 @@ treechildren::-moz-tree-twisty {
}
#folderTree treechildren::-moz-tree-row(selected, focus) {
background-color: -moz-mac-alternateprimaryhighlight !important;
background-color: Highlight !important;
}
#folderTree treechildren::-moz-tree-cell-text(selected, focus), #folderTree treechildren::-moz-tree-cell-text(selected) {
color: #FFFFFF;
color: HighlightText;
}
treecol,

View File

@ -108,11 +108,11 @@ popup[type="autocomplete"],
}
treechildren.autocomplete-treebody::-moz-tree-row(selected) {
background-color: -moz-mac-alternateprimaryhighlight;
background-color: Highlight;
}
treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
color: #FFFFFF !important;
color: HighlightText !important;
}
/* ::::: textboxes inside toolbarpaletteitems ::::: */

View File

@ -76,8 +76,8 @@ listitem[selected="true"] {
}
listbox:focus > listitem[selected="true"] {
background-color: -moz-mac-alternateprimaryhighlight;
color: #FFFFFF;
background-color: Highlight;
color: HighlightText;
}
/* ::::: listheader ::::: */

View File

@ -87,9 +87,8 @@ tree:not([hidecolumnpicker="true"]) treechildren::-moz-tree-row(odd, selected) {
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: -moz-mac-alternateprimaryhighlight;
color: #FFFFFF;
background-color: Highlight;
color: HighlightText;
}
tree[seltype="cell"] > treechildren::-moz-tree-row,
@ -136,20 +135,19 @@ tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected) {
}
treechildren::-moz-tree-cell-text(selected, focus) {
/* color: HighlightText; */
color: #FFFFFF;
color: HighlightText;
}
tree[seltype="cell"] > treechildren::-moz-tree-cell(active, selected, focus) {
background-color: -moz-mac-alternateprimaryhighlight;
background-color: Highlight;
}
tree[seltype="cell"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
color: #FFFFFF;
color: HighlightText;
}
tree[seltype="text"] > treechildren::-moz-tree-cell-text(active, selected, focus) {
background-color: -moz-mac-alternateprimaryhighlight;
color: #FFFFFF;
background-color: Highlight;
color: HighlightText;
}
/* ::::: lines connecting cells ::::: */
@ -383,11 +381,11 @@ treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected) {
}
treechildren[alternatingbackground="true"]::-moz-tree-row(odd, selected, focus) {
background-color: -moz-mac-alternateprimaryhighlight;
background-color: Highlight;
}
treechildren[alternatingbackground="true"]::-moz-tree-cell-text(odd, selected, focus) {
color: #FFFFFF;
color: HighlightText;
}
/* ::::: editable tree ::::: */