Closed
Bug 691701
Opened 13 years ago
Closed 13 years ago
notification-pop-box box in url bar needs -2px on margin otherwise the background color of the gurlbar shows through
Categories
(Firefox :: Theme, defect)
Tracking
()
RESOLVED
FIXED
Firefox 9
People
(Reporter: noitidart, Unassigned)
References
Details
(Whiteboard: fixed by bug 684450)
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
I created an addon to change color of urlbar based on encryption. however when i install an addon from mozilla addons site the notification box is exposing the backgoud color by 2px
Actual results:
https://builder.addons.mozilla.org/addon/1018846/latest/
Expected results:
it should have covered the background completely. instead i had to run this code:
document.getElementById('notification-popup-box').style.marginLeft = '-2px'
Updated•13 years ago
|
Component: General → Location Bar
QA Contact: general → location.bar
Updated•13 years ago
|
Component: Location Bar → Theme
Depends on: 684450
QA Contact: location.bar → theme
Whiteboard: fixed by bug 684450
Target Milestone: --- → Firefox 9
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•