Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2021
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2.  
  3. #TabsToolbar {
  4.     visibility: collapse;
  5. }
  6.  
  7. /*#titlebar {
  8.     margin-bottom: -34px !important;
  9. }*/
  10.  
  11. #titlebar-buttonbox {
  12.     height: 32px !important;
  13.     background-color: #323234
  14. }
  15.  
  16. #sidebar-header {
  17.     visibility: collapse;
  18. }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement