Skip to content

Instantly share code, notes, and snippets.

@dhc02
Created July 8, 2010 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhc02/468213 to your computer and use it in GitHub Desktop.
Save dhc02/468213 to your computer and use it in GitHub Desktop.
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/* * For more examples see http://www.mozilla.org/unix/customizing.html */
#appmenu-button-container{
position: fixed !important;
margin-top: 2px;
}
#navigator-toolbox[tabsontop="true"] #TabsToolbar{
padding-left: 80px !important;
margin-right: 105px !important;
padding-top: 2px !important;
}
#appmenu-button{
padding: 3px 5px 3px 5px !important;
height: 20px !important;
background-color: rgba(54, 121, 166, 0.2) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment