Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
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 | } |