Advertisement
Guest User

userChrome.css

a guest
Mar 24th, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #PanelUI-menu-button {
  4.     display: none;
  5. }
  6.  
  7. #TabsToolbar {
  8.     visibility: collapse !important;
  9. }
  10.  
  11. #back-button, #forward-button {
  12.     display: none;
  13. }
  14.  
  15. #identity-box, #identity-icon-labels {
  16.     display:none !important
  17. }
  18.  
  19. #identity-box:hover, #identity-icon-labels {
  20.     display:-moz-box !important
  21. }
  22.  
  23. @-moz-document url("chrome://browser/content/browser.xul") {
  24.     #urlbar:not([focused]) .urlbar-input-box {
  25.         text-align: center;
  26.     }
  27. }
  28.  
  29. #urlbar .urlbar-input-box {
  30.     text-align: center;
  31. }
  32.  
  33. #pageActionButton {
  34.     display: none !important;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement