Firefox/Broadband Speedup (1 Viewer)

Change color of ugly Orange Menu Button.

Paste in UserChrome

@namespace
url (“http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul”);
/* set default namespace to XUL */
#appmenu-button-container{ position: fixed !important; }#appmenu-button{ padding: 3px 18px 3px 18px !important; margin-top:0px !important; background: transparent!important;}
#navigator-toolbox[tabsontop="true"] #TabsToolbar{ padding-left: 95px !important; margin-top:-17px !important;padding-right:105px !important; }
#main-window[sizemode="maximized"] #TabsToolbar{ padding-left: 0px !important; margin-top:0 !important;padding-right:0px !important; }
#main-window[sizemode="fullscreen"] #TabsToolbar{ padding-left:0px !important; margin-top:0 !important;padding-right:0px !important; }

Customize Firefox 4 UI with a few neat tricks (get rid of that annoying orange color and make it slimmer). | techAloud
 
Change Firefox’s Minimum, Maximum Tab Width

The parameters are no longer working in Firefox 4 or newer versions of the web browser. The only available option is to use CSS to define the maximum and minimum tab width. The following entries need to be added to the userChrome.css file in the Firefox profile folder:




<code>.tabbrowser-tab:not([pinned]) {
max-width: 250px !important;
min-width: 40px !important;
}</code>
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Users who are viewing this thread

    Back
    Top Bottom