Advertisement
Guest User

Untitled

a guest
Feb 4th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /* Firefox userChrome.css */
  2.  
  3. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  4.  
  5. /* Hide min, max, close in title bar */
  6.  
  7. #titlebar-min, #titlebar-max, #titlebar-close
  8. { display: none !important; }
  9.  
  10. /* Hide minimize, restore, close in full screen */
  11.  
  12. #minimize-button, #restore-button, #close-button
  13. { display: none !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement