Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | gridlikebox { |
michael@0 | 2 | margin: 2px 4px; |
michael@0 | 3 | background-color: -moz-Field; |
michael@0 | 4 | color: -moz-FieldText; |
michael@0 | 5 | -moz-binding: url('374719-1-xbl.xml#gridlike'); |
michael@0 | 6 | -moz-user-focus: normal; |
michael@0 | 7 | -moz-appearance: listbox; |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | gridlikehead { |
michael@0 | 11 | -moz-binding: url("374719-1-xbl.xml#gridlikehead"); |
michael@0 | 12 | } |
michael@0 | 13 | |
michael@0 | 14 | gridlikebox > scrollbox > box { |
michael@0 | 15 | display: -moz-grid; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | gridlikecols, gridlikehead, gridlikerows, gridlikeboxbody { |
michael@0 | 19 | display: -moz-grid-group; |
michael@0 | 20 | } |
michael@0 | 21 | |
michael@0 | 22 | gridlikecol, gridlikeitem, gridlikeheaditem { |
michael@0 | 23 | display: -moz-grid-line; |
michael@0 | 24 | } |
michael@0 | 25 | |
michael@0 | 26 | gridlikehead { |
michael@0 | 27 | -moz-box-orient: vertical; |
michael@0 | 28 | } |
michael@0 | 29 | |
michael@0 | 30 | gridlikerows { |
michael@0 | 31 | -moz-box-orient: vertical; |
michael@0 | 32 | -moz-box-flex: 1; |
michael@0 | 33 | } |
michael@0 | 34 | |
michael@0 | 35 | gridlikeboxbody { |
michael@0 | 36 | -moz-box-orient: vertical; |
michael@0 | 37 | -moz-box-flex: 1; |
michael@0 | 38 | } |
michael@0 | 39 | |
michael@0 | 40 | gridlikecol { |
michael@0 | 41 | -moz-box-orient: vertical; |
michael@0 | 42 | min-width: 16px; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | gridlikeheader { |
michael@0 | 46 | -moz-binding: url("chrome://global/content/bindings/listbox.xml#listheader"); |
michael@0 | 47 | -moz-box-ordinal-group: 2147483646; |
michael@0 | 48 | } |
michael@0 | 49 | |
michael@0 | 50 | gridlikeheader { |
michael@0 | 51 | -moz-appearance: treeheadercell; |
michael@0 | 52 | -moz-box-align: center; |
michael@0 | 53 | border: 2px solid; |
michael@0 | 54 | -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; |
michael@0 | 55 | -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow; |
michael@0 | 56 | -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow; |
michael@0 | 57 | -moz-border-left-colors: ThreeDHighlight ThreeDLightShadow; |
michael@0 | 58 | background-color: -moz-Dialog; |
michael@0 | 59 | color: -moz-DialogText; |
michael@0 | 60 | padding: 0 4px; |
michael@0 | 61 | } |