Advertisement
Guest User

Untitled

a guest
May 18th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.91 KB | None | 0 0
  1. /* AGENT_SHEET */
  2. @-moz-document url-prefix(http://), url-prefix(https://), url-prefix(file:///), url("chrome://browser/content/browser.xul"){
  3.   #TabsToolbar scrollbar, html > scrollbar[orient="vertical"] scrollbarbutton {
  4.     -moz-appearance: none !important;
  5.     display: none;
  6.   }
  7.   html > scrollbar[orient="vertical"] thumb {
  8.     -moz-appearance: none !important;
  9. /*    background: rgba(255, 255, 255, 0) !important; */
  10.     border: none !important;
  11.     background-image: -moz-linear-gradient(left, rgb(49, 112, 143) 57%, rgb(49, 112, 143) 57%) !important;
  12.     background-size: 1% !important;
  13.     max-height: 800px !important;
  14.     min-height: 77px !important;
  15.     width: 1% !important;
  16.   }
  17.   html > scrollbar[orient="vertical"] {
  18.     padding: 0px !important;
  19.     -moz-appearance: none !important;
  20.     background: none !important;
  21.     position: relative !important;
  22.     margin-left: -4px !important;
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement