Created
July 8, 2010 15:58
-
-
Save dhc02/468213 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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