Advertisement
Guest User

Untitled

a guest
Mar 30th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #nav-bar:not(:focus-within) {
  4.     transition: margin-top 0.05s;
  5.     margin-top: -28px !important;
  6.     opacity: 0 !important;
  7. }
  8.  
  9. #urlbar {
  10.     visibility: collapse !important;
  11. }
  12.  
  13. #TabsToolbar {
  14.     visibility: collapse !important;
  15. }
  16.  
  17. #PanelUI-menu-button {
  18.     display: none;
  19. }
  20.  
  21. #back-button, #forward-button {
  22.     display: none;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement