Closed
Bug 371184
Opened 19 years ago
Closed 19 years ago
Submit buttons should keep their native look
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwkbugzilla, Unassigned)
References
()
Details
Have a look at the "start your discussion" button at the link above. At least on Windows XP it is extremely ugly. It is due to these styles http://remora.stage.mozilla.com/css/forms.css:
.amo-submit {
background-color: #eee;
border: 2px #999 outset;
}
.amo-submit:hover {
background-color: #fff;
cursor: pointer;
}
Please don't replace the native look of form elements. Also, I very much prefer the default hover behavior of buttons. And while keeping cursor:pointer is probably not too bad, this cursor value is usually reserved for link - and a button clearly isn't one. So my suggestion would be to remove these styles altogether.
Comment 1•19 years ago
|
||
I would second that removal, I think!
Comment 2•19 years ago
|
||
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•