Advertisement
geraldandy

Untitled

Oct 2nd, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. /* move control buttons */
  2. #TabsToolbar .titlebar-buttonbox-container {
  3.   position: fixed;
  4.   right: 0;
  5.   top: 0;
  6.   z-index: 3;
  7. }
  8.  
  9. /* move hmburuger buttons */
  10. #PanelUI-button {
  11.   position: fixed;
  12.   right: 115px;
  13.   top: 5.5px;
  14.   z-index: 2;
  15. }
  16.  
  17. /* adjust url bar width */
  18. #urlbar-container { max-width: 1640px !important;
  19. }
  20.  
  21. @-moz-document url(chrome://browser/content/browser.xhtml) {
  22.  
  23.   /* Style for the hamburger menu button */
  24.   #PanelUI-button {
  25.     background-color: rgba(78, 48, 26, 0.25) !important;
  26.     border-radius: 7.5px;
  27.  
  28. #PanelUI-menu-button .toolbarbutton-icon {
  29.     fill: rgb(78, 48, 26) !important;
  30. }
  31.  
  32. #PanelUI-menu-button {
  33.     padding-top: 0px !important;
  34.     padding-bottom: 0px !important;
  35.     padding-left: 4px !important;
  36.     padding-right: 4px !important;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement