Archive for the ‘ themes ’ Category
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 ]
Just had an idea about how to implement a Numbered Tabs feature into LCD. Using the same basic idea—a background image on the right of the tab—but instead of using images of numbers, i would use a set of lcd “dots” similar to my idea for the PageRank extension. I can pad out the right [ READ MORE ]