Bug 342455: [Mac] Darker highlight color for selected rows in history/autocomplete, patch by Stefan <stefanh@bluebottle.com>, r=kmgerich

git-svn-id: svn://10.0.0.236/trunk@200843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-06-26 00:01:02 +00:00
parent d7b0833501
commit 1ebafc2bfa

View File

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