Archive for the ‘ LCD ’ Category
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 ]
Need to make the Location Bar security icon in its own little “box” with border so it doesn’t look like the text runs into it or behind it. Kinda like the dropmarker[ 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 ]