Guest User

Untitled

a guest
May 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. /* Tab bar */
  2.  
  3. .tabbrowser-strip *[class^="scrollbutton"] {
  4. /* Hide tab scroll buttons */
  5. display: none;
  6. }
  7.  
  8. .tabbrowser-strip *[class^="tabs-alltabs"] {
  9. /* Hide tab drop-down list */
  10. display: none;
  11. }
  12.  
  13. .tabbrowser-strip *[class^="tabs-newtab-button"] {
  14. /* Hide new-tab button */
  15. display: none;
  16. }
Add Comment
Please, Sign In to add comment