Advertisement
Guest User

userChrome.css - Firefox 4.0 - hide Firefox Button

a guest
Jul 7th, 2010
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.74 KB | None | 0 0
  1. /******************************************************************************
  2. Copyright 1994-2008 Matthew Holder. All rights reserved.
  3.  
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions are met:
  6.  
  7.    1. Redistributions of source code must retain the above copyright notice,
  8.    this list of conditions and the following disclaimer.
  9.    2. Redistributions in binary form must reproduce the above copyright notice,
  10.    this list of conditions and the following disclaimer in the documentation
  11.    and/or other materials provided with the distribution.
  12.  
  13. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  14. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  15. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  16. EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  17. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  18. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  19. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  20. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  21. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  22. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  23. ******************************************************************************/
  24. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  25.  
  26.  
  27.     #appmenu-button-container {
  28.     display: none !important;
  29.     }
  30.  
  31.     #navigator-toolbox[tabsontop="true"] #TabsToolbar {
  32.     padding-left: 3px !important;
  33.     padding-top: 8px !important;
  34.     padding-right:104px !important;
  35.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement