Guest User

Untitled

a guest
Jul 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. .titlebar-button,#minimize-button, #restore-button ,#close-button{
  2. width: 26px !important;
  3. height: 45px !important;
  4. }
  5.  
  6. #titlebar-max {
  7. -moz-box-ordinal-group: 0;
  8. margin-left: -5px !important;
  9. }
  10.  
  11. #titlebar-buttonbox, #TabsToolbar, #toolbar-menubar {
  12. height: 32px !important;
  13. }
  14. #toolbar-menubar > #menubar-items > #main-menubar > menu {
  15. padding: 0px !important;
  16. }
  17. #titlebar {
  18. margin-top: 1px !important;
  19. height: 33px !important;
  20. margin-bottom: -33px !important;
  21. }
  22.  
  23. #titlebar-min, #minimize-button {
  24. padding-top: 9px !important;
  25. }
  26.  
  27. #titlebar-content {
  28. direction: rtl;
  29. }
  30.  
  31. #TabsToolbar {
  32. direction: rtl;
  33. }
  34.  
  35. #tabbrowser-tabs {
  36. direction: ltr;
  37. }
Add Comment
Please, Sign In to add comment