Closed
Bug 692531
Opened 14 years ago
Closed 14 years ago
Red menu items in the sample specified in add-on packager
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
6.2.6
People
(Reporter: krupa.mozbugs, Assigned: cvan)
References
()
Details
steps to reproduce:
1. Create an add-on using https://addons-dev.allizom.org/en-US/developers/addon/package/
2. Chrome->skin->overlay.css
actual behavior:
Sample specified {
color: red ! important;
}
#test_test123-toolbar-button
{
list-style-image: url("chrome://test_test123/skin/toolbar-button.png");
-moz-image-region: rect(0px 24px 24px 0px);
Even in an example which warns you not to use it, red menu items seems like a bad idea.
Assignee | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: 6.2.7 → 6.2.6
Updated•9 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
•