Open
Bug 648841
Opened 15 years ago
Updated 3 years ago
Button on error page should have a "font: message-box" style
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: krystian4842, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; rv:2.0) Gecko/20100101 Firefox/4.0
Error page buttons must be styled as they were in previous Firefox versions.
Reproducible: Always
Steps to Reproduce:
1. Go to some page that don't work.
2. You get the unstyled button "Try Again"
Since I don't know how to create patches... to solve this edit file skin/netError.css and add these lines:
#errorTryAgain {
font: message-box;
}
Updated•15 years ago
|
Version: unspecified → 4.0 Branch
In my opinion ,the buttons are styled correctly and this is not a bug.
It is because these were styled differently in Firefox 3.x and earlier.
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•