Advertisement
nobiord

Untitled

Dec 4th, 2022
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. @import url("autohide_bookmarks_toolbar.css");
  2.  
  3.  
  4.  
  5. #_windscribeff-menuitem-_uBlock0-blockElement {
  6. display: none !important;
  7. }
  8.  
  9.  
  10. #navigator-toolbox{
  11. background-color: accentColor !important;
  12. }
  13.  
  14.  
  15. /* JOIN TABS and SET TAB SHAPE */
  16. .tab-background {
  17. border-radius: 8px 8px 0px 0px !important;
  18. margin-top: 0px !important;
  19. margin-bottom: 0px !important;}
  20.  
  21. /* SET SPACE BETWEEN TABS */
  22. .tabbrowser-tab {
  23. padding-left: 0px !important;
  24. padding-right: 1px !important;}
  25.  
  26. /* SET TABS BOTTOM BORDER COLOR */
  27. #TabsToolbar {
  28. border-bottom: solid 0px #FF0000; !important;}
  29.  
  30.  
  31.  
  32. #tabbrowser-tabs:not([overflow="true"]) ~ #alltabs-button{ display: none }
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement