Open
Bug 722064
Opened 14 years ago
Updated 3 years ago
back-button user chrome
Categories
(Firefox :: Toolbars and Customization, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: anthyn, Unassigned)
Details
Attachments
(1 file)
|
44.24 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
Build ID: 20111220165912
Steps to reproduce:
I always style my firefox with userchrome.css. This is the code related to my problem:
#back-button{
background-color: #00ff00!important;
}
#back-button[disabled="true"] {
background-color: #ffffff !important;
}
Actual results:
Since firefox 7 i have been experiencing a broken back-button after styling:
http://oi44.tinypic.com/33u3hxz.jpg
Expected results:
This is what my browser looked like with the same code till to firefox 6.01:
http://oi44.tinypic.com/21diwdu.jpg
Please can this be fixed. Thank you for your support.
Updated•14 years ago
|
Component: Untriaged → Toolbars
QA Contact: untriaged → toolbars
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•