/* AGENT_SHEET */ scrollbarbutton[sbattr="scrollbar-up-top"], scrollbarbutton[sbattr="scrollbar-down-top"], scrollbarbutton[sbattr="scrollbar-up-bottom"], scrollbarbutton[sbattr="scrollbar-down-bottom"] { -moz-appearance: none !important; display: none !important; } scrollbar { background: rgba(193,193,193,0.5) !important; -moz-appearance: none !important; position: relative !important; } scrollbar thumb { background: #1883d7 !important; -moz-appearance: none !important; position: relative !important; border: 0 !important; } scrollbar[orient="vertical"] { margin-left: -11px !important; } scrollbar[orient="horizontal"] { margin-top: -11px !important; } scrollbar{ opacity: 0.2 !important; transition-duration: 0s !important; } scrollbar:hover{ opacity: 1 !important; transition-duration: 0s !important; }