Advertisement
Gotolei

Tab horizontal scrollbar

Jan 17th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. /* .tabbrowser-tab[fadein]:not([pinned]) {
  2. min-width: 100px !important;
  3. } */
  4.  
  5. /*#TabsToolbar {
  6.   overflow: auto !important;
  7. }*/
  8.  
  9. tabs .tabbrowser-arrowscrollbox > scrollbox {
  10.     overflow-x: auto;
  11.     margin-bottom: -3px;
  12.     padding-bottom: 3px !important;
  13. }
  14.  
  15. tabs .tabbrowser-arrowscrollbox > scrollbox > scrollbar {
  16.     -moz-appearance: none !important;
  17.     min-height: 2px !important;
  18.     max-height: 2px !important;
  19. }
  20.  
  21. tabs .tabbrowser-arrowscrollbox > scrollbox > scrollbar > slider {
  22.     min-height: 2px !important;
  23.     max-height: 2px !important;
  24.     background: #dfdfdf !important;
  25. }
  26.  
  27. tabs .tabbrowser-arrowscrollbox > scrollbox > scrollbar > scrollbarbutton {
  28.     display: none !important;
  29. }
  30.  
  31. tabs .tabbrowser-arrowscrollbox > scrollbox > scrollbar > slider > thumb {
  32.     -moz-appearance: none !important;
  33.     border: none !important;
  34.     background: threedshadow !important;
  35.     min-height: 2px !important;
  36.     max-height: 2px !important;
  37. /*    border: none !important;
  38.     background: #ff0000 !important; */
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement