Open Bug 482166 Opened 15 years ago Updated 2 years ago

Assign special icons for different bookmarks schemes

Categories

(Firefox :: Theme, defect)

x86
Windows XP
defect

Tracking

()

People

(Reporter: ShareBird, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: uiwanted, Whiteboard: [icons-3.2])

This is a follow-up from  Bug 397263. After the patch for that bug get landed it will be possible to assign a different icon for bookmarklets like we do for livemarks.
Would this be useful, one the same icon for all bookmarklets? Would this mean that all customized bookmarklet icons will change into one for all?
Keywords: uiwanted
Whiteboard: [icon-3.2]
Whiteboard: [icon-3.2] → [icons-3.2]
I'm changing the summary and dependence of this bug since probably bug 397263 will be obsolete once bug 482235 get fixed.

With this changes it will be possible to assign different icons to various bookmarks schemes not only bookmarklets but also ftp, chrome, about, etc., using rules like:

.bookmark-item[scheme="javascript" (or "ftp" or "about" and so on)]{
  list-style-image: url(PathToYourIcon);
}

and

treechildren::-moz-tree-image(title, javascript (or ftp or about or chrome and so on)) {
  list-style-image: url(PathToYourIcon);
}

We just have to decide which types of schemes we want to assign special icons.
Depends on: 482235
No longer depends on: 397263
Summary: Assign a special icon for bookmarklets → Assign special icons for different bookamrks schemes
Summary: Assign special icons for different bookamrks schemes → Assign special icons for different bookmarks schemes
Blocks: 72374
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.