Archive for the ‘ projects ’ Category
Just opened the Customize Toolbar window for the first time in a long while, and saw that the Mail button is broken in the palette. When i dropped it on a toolbar it looked OK again, but then switching to Icons + Text mode revealed its brokenness again. Not sure if this is from something [ READ MORE ]
Need to do something about the Add Bookmark dialog’s folder picker menulist. The menupopup kinda blends in with the menulist, and starts to look confusing when the same items are next to each other (Bookmarks in the menulist is right above Bookmarks in the menupopup). Might try making the menulist text the disabled color, or [ READ MORE ]
This is exactly what i had tried to do long ago using css hacks. When i first implemented the tabbed look of the options panel, i tried to rotate the window around so the tabs would be on top. I’ll have to grab a recent build and get my hands dirty. Interesting how there was [ READ MORE ]
Noticed that the description text for an extension in the Extension manager was red. This was after i had restarted in Safe Mode (and therefore the default theme) while trying to uninstall an extension. Apparently it’s a rule for incompatible extensions that are marked to be uninstalled: extension[disabled="true"][compatible="false"] .extension-item-description {} on line 123 of mozapps/extensions/extensions.css. [ READ MORE ]
I had put all the Find Bar styles in browser/browser.css to maintain compatibility with some of the earlier versions that first had the Find Toolbar. But i just found that doing so semi-breaks the bar in the View Source window, which only references global/findBar.css. So i guess i’ll have to move it all back to [ READ MORE ]