All themes: new button to skin
9 posts
• Page 1 of 1
In this build -- Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031209 Firebird/0.7+ -- there is a new button in the Add Bookmarks dialog. The button is skinned in the default theme, but not in an older theme I am using: it comes out as a blamk button. You theme writers may wish to look at the new button.
Firefox: Sic transit gloria mundi.
it is also pretty generic
the xul pulls in chrome://global/skin/arrows.css - it also has an id of #expander so if your theme doesn't have it, grab Qute's - plus the images in global/arrows/ Could someone post a screenshot, please?
Pinball 0.7.6 + Qute global/arrows.css
![]() What does it do then?
![]() places a box with folder tree in it above [ OK ] [ Cancel ]
you didn't say what you wanted a screenshot of : ) ![]() chrome://browser/content/bookmarks/addBookmark2.xul css pulled in :
How about something else: Why not move the bookmarkTree itself into
the dropdown selector of the 'create in'? Instead of combining two standard widgets in a new and strange way, we would create a new widget. The XUL for it is simple: <menulist id="select-menu" oncommand="selectMenulistFolder(event);"> <menupopup> <bookmarks-tree id="folder-tree" flex="1" type="folders" seltype="single" persist="height" rows="10" onselect="selectTreeFolder();"/> </menupopup> </menulist> Check out a screenshot at: http://bugzilla.mozilla.org/attachment. ... ction=view Bug created in bugzilla: http://bugzilla.mozilla.org/show_bug.cgi?id=228153 Pinball alredy has this fixed. Yay us!
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message. My Old Firefox config files
9 posts
• Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 0 guests |
![]() |