Guest User

Untitled

a guest
Feb 8th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. /* HIDE URLBAR SEARCH PLACEHOLDER TEXT */
  2. #urlbar-input::placeholder, #urlbar[focused="true"] .urlbar-input-box > #urlbar-input::placeholder, .searchbar-textbox::placeholder { opacity: 0 !important; }
  3.  
  4. /* PREVENT URLBAR ENLARGEMENT */
  5. #urlbar[breakout-extend] {
  6. top: calc((var(--urlbar-toolbar-height) - var(--urlbar-height)) / 2) !important; left: 0 !important; width: 100% !important;
  7. }
  8. #urlbar[breakout-extend] #urlbar-input-container {
  9. height: var(--urlbar-height) !important; padding-block: 0px !important; padding-inline: 0px !important;
  10. }
  11. .urlbarView-row { padding: 0px 2px 0px 2px; }
  12. #urlbar[breakout][breakout-extend] > #urlbar-input-container, #urlbar-input-container {
  13. background: #2a2a2e !important; border-radius: 0px !important;
  14. }
  15.  
  16. /* PUT URLBAR AND TABBAR ON SAME LINE */
  17. #TabsToolbar {
  18. background-color: #2a2a2e !important; margin-bottom: 0px !important; margin-top: 0px !important;
  19. margin-left: 36vw !important; max-height: 33px !important; height: 33px !important;
  20. }
  21. #nav-bar {
  22. margin-top: -33px !important; margin-left: 0px !important; margin-right: 64vw !important; height: 33px;
  23. background-color: #2a2a2e !important;
  24. }
  25.  
  26. /* SHOW BOOKMARK BAR ON URLBAR OR TABBAR HOVER */
  27. #PersonalToolbar { display: block; margin-top: -87px !important; transition: margin 0.3s linear !important; position: fixed !important; width: 100%; }
  28. #navigator-toolbox:hover #PersonalToolbar { margin-top: 0px !important; z-index: 1; }
  29. #TabsToolbar, #nav-bar { position: relative; z-index: 2 }
  30.  
  31. /* TABBAR AND URLBAR TWEAKS */
  32. #PanelUI-button, .panel-arrow { -moz-box-ordinal-group: 0 !important; border-inline-start: none !important; } /* hamburger menu to the left */
  33. #navigator-toolbox { border-bottom: 0px solid var(--chrome-content-separator-color) !important; } /* hide line at the bottom of tabbar *
  34. #urlbar-container, #search-container { padding-block: 0px !important; margin-inline: 0px !important; } /* hide between urlbar tabbar, fill addressbar with urlbar */
  35. .tabbrowser-tab::after, .tabbrowser-tab::before { border-left: none !important; } /* disapear spacer between tabs */
  36. .tabbrowser-tab[busy="true"] .tab-background-inner { background-color: #00796b !important; } /* loadingtab background */
  37. .tab-background[selected="true"] { background-color: #b71c1c !important; background-image: none !important; } /* active tab background */
  38. .tab-background:not([selected]) { background-color: #2a2a2e !important; } /* inactive tab background */
  39. .tab-line { height: 0px !important; } /* blue line above active tab */
  40. #navigator-toolbox { --tabs-border-color: #2a2a2e !important; } /* blue line above active tab */
  41. .tabbrowser-tab[fadein]:not([pinned]):not([style*="max-width"]) {
  42. min-width: 50px !important; height:30px !important; max-width: 150px !important; } /* set tabs heightand width */
  43.  
  44. /* URLBAR */
  45. #urlbar, #urlbar[focused="true"], .searchbar-textbox, #urlbar:hover, .searchbar-textbox:hover {
  46. background: #2a2a2e !important;
  47. color: white !important;
  48. padding: 0 0px !important;
  49. border-radius: 0 !important;
  50. outline: none !important;
  51. box-shadow: 0 0 0 !important;
  52. border: 0 solid transparent !important;
  53. -moz-appearance: none;
  54. margin: 0px 0px !important;
  55. cursor: default;
  56. }
  57.  
  58. /* HIDE VARIOUS ELEMENTS */
  59. #tracking-protection-icon-container, #star-button-box, #reader-mode-button, #pageActionSeparator, #pageActionButton,
  60. #pocket-button-box, .autocomplete-history-dropmarker, #identity-box, .urlbar-history-dropmarker.urlbar-icon.chromeclass-toolbar-additional,
  61. #TabsToolbar .titlebar-placeholder[type="pre-tabs"], #identity-icon-labels { display: none !important; }
  62.  
Advertisement
Add Comment
Please, Sign In to add comment