Bug 409974 - "Addresses in autocomplete list hard to read or invisible on certain systems" (Linux patch) [p=dao@mozilla.com (Dão Gottwald) ui-r=faaborg r=gavin a=blocking-firefox3+]

This commit is contained in:
reed@reedloden.com 2008-04-08 11:31:43 -07:00
parent 7c6e217eb4
commit ee72e401dd
2 changed files with 2 additions and 2 deletions

View File

@ -1026,7 +1026,7 @@ toolbar[iconsize="small"] #paste-button[disabled="true"] {
}
.ac-url-text {
color: #336633;
color: GrayText;
}
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {

View File

@ -148,7 +148,7 @@ treechildren.autocomplete-treebody::-moz-tree-cell-text(selected) {
.autocomplete-richlistitem {
padding: 1px 2px;
border-bottom: 1px solid ThreeDShadow;
border-bottom: 1px solid ThreeDLightShadow;
color: MenuText;
}