Theme for Mozilla Firefox
- Phoenity Modern for Firefox 3 and Firefox 3.5 are in Add-ons for Firefox.
- I decide to end the development of Phoenity Modern by Firefox 3.5 compatible version. I hope for someone to take over the development of this theme.
Phoenity Modern original Activity Indicator looks good when arranging it in the rightmost of the Navigation Toolbar.
If you need the Drop-down menu button for the Search Bar, add the following code to your userChrome.css file.
#searchbar .autocomplete-history-dropmarker { display: -moz-box !important; -moz-binding: url("chrome://global/content/bindings/autocomplete.xml#history-dropmarker"); }
If you put the button of the extension on the status bar, add the following code to your userChrome.css file.
/* ::::: set the status bar height to 22px ::::: */ #status-bar { min-height: 22px !important; font-size: 100% !important; } #statusbar-progresspanel { -moz-box-align: center !important; } #statusbar-icon { margin: 2px 4px !important; border: 2px solid !important; -moz-border-top-colors: rgb(137, 151, 161) rgb(199, 208, 217) !important; -moz-border-right-colors: rgb(224, 236, 246) rgb(199, 208, 217) !important; -moz-border-bottom-colors: rgb(224, 236, 246) rgb(199, 208, 217) !important; -moz-border-left-colors: rgb(137, 151, 161) rgb(199, 208, 217) !important; }
If you want the Search Bar of fixed width on the Navigation Toolbar, add the following code to your userChrome.css file.
#search-container, #searchbar { max-width: 15em !important; }