Closed Bug 800239 Opened 13 years ago Closed 13 years ago

Input field border colors are very faint (barely noticeable)

Categories

(support.mozilla.org :: General, defect, P4)

defect

Tracking

(Not tracked)

RESOLVED FIXED
2012Q4

People

(Reporter: KenSaunders, Assigned: rrosario)

References

()

Details

(Whiteboard: u=user c=general p=1 s=2012.21)

Attachments

(3 files)

Attached image SUMO user input field
(sorry, wasn't sure of the proper component) Border colors on the input fields at the URL's below (perhaps other places as well), are very light and at first glance, there doesn't appear to be a field at all. background-color: rgb(250, 250, 250); border-top-color: rgb(247, 247, 247); (same for others) https://support.mozilla.org/users/register https://support.mozilla.org/users/forgot-username https://support.mozilla.org/users/pwreset https://support.mozilla.org/users/resendconfirmation
This is implemented as designed (see https://bug762255.bugzilla.mozilla.org/attachment.cgi?id=651640 for example). Assigning to Bram for feedback and next steps.
Assignee: nobody → bram
OS: Windows 7 → All
Hardware: x86 → All
This one should have better contrast while staying in harmony with the rest of the page. What do you think? CSS values: input { background: #fff; border-color: #b2b2b2; border-style: solid; border-width: 1px; box-shadow: 0 1px rgba(255,255,255,0.5); transition: all linear .1s; } input:focus { border-color: #42a4e0; 0 0 0 2px rgba(73,173,227,0.4); transition: all linear .1s; }
Status: UNCONFIRMED → NEW
Ever confirmed: true
Excellent
Thanks, Bram!
Whiteboard: u=user c=general p= s=2012.20
minor CSS changes => 1pt
Whiteboard: u=user c=general p= s=2012.20 → u=user c=general p=1 s=2012.20
Priority: -- → P4
(sprint planning) this didn't make the cut
Whiteboard: u=user c=general p=1 s=2012.20 → u=user c=general p=1 s=2012.21
Assignee: bram → nobody
Assignee: nobody → rrosario
Target Milestone: --- → 2012Q4
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: