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)
support.mozilla.org
General
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)
(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
| Assignee | ||
Comment 1•13 years ago
|
||
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
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
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;
}
Updated•13 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 5•13 years ago
|
||
Excellent
| Assignee | ||
Comment 7•13 years ago
|
||
minor CSS changes => 1pt
Whiteboard: u=user c=general p= s=2012.20 → u=user c=general p=1 s=2012.20
Updated•13 years ago
|
Priority: -- → P4
| Assignee | ||
Comment 8•13 years ago
|
||
(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 | ||
Updated•13 years ago
|
Assignee: bram → nobody
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rrosario
| Assignee | ||
Updated•13 years ago
|
Target Milestone: --- → 2012Q4
| Assignee | ||
Comment 9•13 years ago
|
||
In a pull request:
https://github.com/mozilla/kitsune/pull/934
| Assignee | ||
Comment 10•13 years ago
|
||
Landed and deployed:
https://github.com/mozilla/kitsune/commit/3c48561fac2e5a530ddb2275a6b34417e0f8aa49
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.
Description
•