Advertisement
Guest User

Untitled

a guest
May 19th, 2024
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1.  
  2.  
  3. #navigator-toolbox {
  4. background-color: rgba(255,255,255,.8) !important;
  5. &:-moz-window-inactive {
  6. background-color: rgba(255,255,255,.2) !important;
  7. }
  8. :root[lwtheme] & {
  9. background-image: none !important;
  10. background-repeat: none !important;
  11. background-color: rgba(0,0,0,.8) !important;
  12. &:-moz-window-inactive {
  13. background-color: rgba(0,0,0,.2) !important;
  14. }
  15. }
  16. :root[lwtheme-image] & {
  17. background-image: none !important;
  18. }
  19. }
  20.  
  21. body {
  22. flex-direction: row !important;
  23. }
  24.  
  25. .titlebar-spacer[type="pre-tabs"],
  26. .titlebar-spacer[type="post-tabs"] {
  27. display: none;
  28. }
  29.  
  30. #navigator-toolbox {
  31. width:110px;
  32. }
  33.  
  34. #TabsToolbar {
  35. flex-direction: column;
  36. }
  37.  
  38. #nav-bar {
  39. flex-direction: column;
  40. order: -1;
  41. padding-top: 40px !important;
  42. }
  43.  
  44. .browser-toolbar {
  45. &:not(.titlebar-color) {
  46. background-color: transparent !important;
  47. }
  48. }
  49.  
  50. #urlbar-input::placeholder,
  51. .searchbar-textbox::placeholder {
  52. opacity: 0 !important;
  53. }
  54.  
  55. #urlbar-container {
  56. order: -1;
  57. width: 100vw !important;
  58. position: absolute !important;
  59. top: -40px;
  60. }
  61.  
  62. .urlbarView {
  63. top: 30vh;
  64. max-width: 50vw;
  65. right: 60%;
  66. background: rgba(255,255,255,1);
  67. border-radius: 8px;
  68. padding: 4px;
  69. box-shadow: 2px 0 8px rgba(0,0,0,.2);
  70. }
  71.  
  72. #browser {
  73. order: -1;
  74. }
  75.  
  76. #back-button, #forward-button {
  77. display: none;
  78. }
  79.  
  80. slot {
  81. display: block !important;
  82. max-height: calc(100vh - 100px);
  83. overflow: scroll;
  84. }
  85.  
  86. #TabsToolbar-customization-target > * {
  87. display: block !important;
  88. }
  89.  
  90. #firefox-view-button, #new-tab-button, #alltabs-button, #PersonalToolbar, #scrollbutton-up {
  91. display: none !important;
  92. }
  93.  
  94. #tabbrowser-tabs {
  95. border: 0 !important;
  96. padding-right: 4px !important;;
  97. }
  98.  
  99. .titlebar-buttonbox-container {
  100. position: absolute;
  101. top: 5px;
  102. }
  103.  
  104. #urlbar:is([focused="true"], [open]) > #urlbar-background,
  105. #searchbar:focus-within {
  106. background-color: transparent !important;
  107. display: none !important;
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement