Advertisement
steenuil

Vertical tabs in FF

Nov 9th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. #tabbrowser-tabs {
  3.     background: #000000 !important;
  4.     border: none !important;
  5.     margin-top: none !important;
  6.     border-radius: none !important;
  7.     padding: none !important;
  8.     min-width: 25px !important;
  9.     overflow: hidden !important;
  10. }
  11. #verticaltabs-splitter {
  12. background: #000000 !important;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement