michael@0: @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); michael@0: michael@0: scrollbar { michael@0: -moz-appearance: none !important; michael@0: position: relative; michael@0: background-color: transparent; michael@0: background-image: none; michael@0: z-index: 2147483647; michael@0: padding: 2px; michael@0: } michael@0: michael@0: scrollbar[orient="vertical"] { michael@0: -moz-margin-start: -10px; michael@0: min-width: 10px; michael@0: max-width: 10px; michael@0: } michael@0: michael@0: scrollbar[orient="horizontal"] { michael@0: margin-top: -10px; michael@0: min-height: 10px; michael@0: max-height: 10px; michael@0: } michael@0: michael@0: scrollbar thumb { michael@0: -moz-appearance: none !important; michael@0: border-width: 0px !important; michael@0: background-color: rgba(170,170,170,0.2) !important; michael@0: border-radius: 3px !important; michael@0: } michael@0: michael@0: scrollbar scrollbarbutton, scrollbar gripper { michael@0: display: none; michael@0: }