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