Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
michael@0 | 2 | |
michael@0 | 3 | scrollbar { |
michael@0 | 4 | -moz-appearance: none !important; |
michael@0 | 5 | position: relative; |
michael@0 | 6 | background-color: transparent; |
michael@0 | 7 | background-image: none; |
michael@0 | 8 | z-index: 2147483647; |
michael@0 | 9 | padding: 2px; |
michael@0 | 10 | } |
michael@0 | 11 | |
michael@0 | 12 | scrollbar[orient="vertical"] { |
michael@0 | 13 | -moz-margin-start: -10px; |
michael@0 | 14 | min-width: 10px; |
michael@0 | 15 | max-width: 10px; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | scrollbar[orient="horizontal"] { |
michael@0 | 19 | margin-top: -10px; |
michael@0 | 20 | min-height: 10px; |
michael@0 | 21 | max-height: 10px; |
michael@0 | 22 | } |
michael@0 | 23 | |
michael@0 | 24 | scrollbar thumb { |
michael@0 | 25 | -moz-appearance: none !important; |
michael@0 | 26 | border-width: 0px !important; |
michael@0 | 27 | background-color: rgba(170,170,170,0.2) !important; |
michael@0 | 28 | border-radius: 3px !important; |
michael@0 | 29 | } |
michael@0 | 30 | |
michael@0 | 31 | scrollbar scrollbarbutton, scrollbar gripper { |
michael@0 | 32 | display: none; |
michael@0 | 33 | } |