Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* AGENT_SHEET */
- @-moz-document url-prefix(http://), url-prefix(https://), url-prefix(file:///), url("chrome://browser/content/browser.xul"){
- #TabsToolbar scrollbar, html > scrollbar[orient="vertical"] scrollbarbutton {
- -moz-appearance: none !important;
- display: none;
- }
- html > scrollbar[orient="vertical"] thumb {
- -moz-appearance: none !important;
- /* background: rgba(255, 255, 255, 0) !important; */
- border: none !important;
- background-image: -moz-linear-gradient(left, rgb(49, 112, 143) 57%, rgb(49, 112, 143) 57%) !important;
- background-size: 1% !important;
- max-height: 800px !important;
- min-height: 77px !important;
- width: 1% !important;
- }
- html > scrollbar[orient="vertical"] {
- padding: 0px !important;
- -moz-appearance: none !important;
- background: none !important;
- position: relative !important;
- margin-left: -4px !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement