Closed
Bug 402674
Opened 18 years ago
Closed 18 years ago
title text in url bar autocomplete results should be grey (#555566)
Categories
(Firefox :: Address Bar, defect)
Firefox
Address Bar
Tracking
()
VERIFIED
INVALID
Firefox 3 beta2
People
(Reporter: moco, Assigned: moco)
References
Details
Attachments
(1 file)
title text in url bar autocomplete results should be grey (#555566)
We currently have css rules to make the "title" column in url bar autocomplete appear grey:
.autocomplete-treebody::-moz-tree-cell-text(treecolAutoCompleteComment) {
color: #555566;
}
my fix for bug #399664 regressed this (but it has been backed out.)
but I need to fix this before I re-land.
| Assignee | ||
Comment 1•18 years ago
|
||
question for belzner / faaborg:
should the non-matching text be grey, but the matching text be black/bold or grey/bold?
Comment 2•18 years ago
|
||
We should match the same color used for "Google" in the search bar, which I think is the color of disabled text on each platform, but I'm not entirely sure.
| Assignee | ||
Comment 3•18 years ago
|
||
thanks for the feedback, Alex.
I wanted to point out that what you'll see when the match is in the title part, you'll see bold within the disabled text color.
I'll attach a screen shot.
Assignee: nobody → sspitzer
| Assignee | ||
Updated•18 years ago
|
| Assignee | ||
Comment 4•18 years ago
|
||
fix in hand, now part of bug #399664
I'll attach a screen shot
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox 3 M10
| Assignee | ||
Comment 5•18 years ago
|
||
| Assignee | ||
Comment 6•18 years ago
|
||
when bug #399664 was backed out, this became invalid.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•