Advertisement
muc-izhnet

froz.css

Dec 4th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.25 KB | None | 0 0
  1. /* Froz Firefox 71+ tweaks 03.12.2019 */
  2.  
  3. /* Address bar drop down list font */
  4. .autocomplete-richlistitem, .ac-title-text, .ac-url-text, .ac-action-text { font-size: 16px }
  5.  
  6. /* Hide company name in URL bar */
  7. #identity-icon-labels { display: none }
  8.  
  9. /* Active tab's color */
  10. .tab-background[selected="true"] { background-color: white !important; }
  11. .tab-line[selected="true"] { background-color: white !important; }
  12.  
  13. /* Disable tab bar in fullscreen videos */
  14. #main-window:not([inFullscreen="true"])
  15.  
  16. /* Background tabs gray box */
  17. #browser-bottombox { margin-bottom: 31px; border-top: 1px solid #bbb; }
  18.  
  19. /* Move tabs bar to bottom */
  20. #TabsToolbar { display: block; position: fixed; bottom: 0; }
  21.  
  22. /* Set tabs fixed default width */
  23. #tabbrowser-tabs { width: 200vw !important; }
  24.  
  25. /* Disable tab jumping when moving tabs */
  26. #navigator-toolbox[movingtab] > #titlebar > #TabsToolbar { padding-bottom: unset !important; }
  27. #navigator-toolbox[movingtab] #tabbrowser-tabs { padding-bottom: unset !important; margin-bottom: unset !important; }
  28. #navigator-toolbox[movingtab] > #nav-bar { margin-top: unset !important; }
  29.  
  30. /* Private browsing indicator */
  31. #TabsToolbar > .private-browsing-indicator { position: absolute !important; right: 0; bottom: 30px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement