strip out unneeded -moz- prefixes
							parent
							
								
									dc1563d916
								
							
						
					
					
						commit
						c305b72b91
					
				|  | @ -83,7 +83,6 @@ textarea { | |||
| /* applied to side-panels and messagepanel when in RoomSettings */ | ||||
| .mx_fadable { | ||||
|     opacity: 1; | ||||
|     -moz-transition: opacity 0.2s ease-in-out; | ||||
|     -ms-transition: opacity 0.2s ease-in-out; | ||||
|     -o-transition: opacity 0.2s ease-in-out; | ||||
| } | ||||
|  | @ -127,7 +126,6 @@ textarea { | |||
|     width: 100%; | ||||
|     height: 100%; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|  |  | |||
|  | @ -15,7 +15,6 @@ limitations under the License. | |||
| */ | ||||
| 
 | ||||
| .mx_FilePanel { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  |  | |||
|  | @ -27,7 +27,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_MatrixChat_wrapper { | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|  | @ -38,7 +37,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_MatrixToolbar { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -46,7 +44,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_GuestWarningBar { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -61,11 +58,9 @@ limitations under the License. | |||
|     width: 100%; | ||||
|     height: 100%; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -73,7 +68,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_MatrixChat .mx_LeftPanel { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -87,7 +81,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_MatrixChat .mx_MatrixChat_middlePanel { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -113,13 +106,11 @@ limitations under the License. | |||
|      * point, but instead we fudge it and make the middlePanel | ||||
|      * flex itself. | ||||
|      */ | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| } | ||||
| 
 | ||||
| .mx_MatrixChat .mx_RightPanel { | ||||
|     -moz-box-ordinal-group: 3; | ||||
|     -ms-flex-order: 3; | ||||
|     order: 3; | ||||
| 
 | ||||
|  |  | |||
|  | @ -15,7 +15,6 @@ limitations under the License. | |||
| */ | ||||
| 
 | ||||
| .mx_NotificationPanel { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  |  | |||
|  | @ -18,7 +18,6 @@ limitations under the License. | |||
|     word-wrap: break-word; | ||||
|     position: relative; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     width: 100%; | ||||
|  | @ -27,7 +26,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_RoomView .mx_RoomHeader { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -47,8 +45,6 @@ limitations under the License. | |||
|     padding-right: 12px; | ||||
|     margin-left: -12px; | ||||
| 
 | ||||
|     -moz-border-radius-topleft: 10px; | ||||
|     -moz-border-radius-topright: 10px; | ||||
|     border-top-left-radius: 10px; | ||||
|     border-top-right-radius: 10px; | ||||
| 
 | ||||
|  | @ -69,7 +65,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_RoomView_auxPanel { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -85,13 +80,11 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_RoomView_topUnreadMessagesBar { | ||||
|     -moz-box-ordinal-group: 3; | ||||
|     -ms-flex-order: 3; | ||||
|     order: 3; | ||||
| } | ||||
| 
 | ||||
| .mx_RoomView_messagePanel { | ||||
|     -moz-box-ordinal-group: 4; | ||||
|     -ms-flex-order: 4; | ||||
|     order: 4; | ||||
| 
 | ||||
|  | @ -108,7 +101,6 @@ limitations under the License. | |||
| 
 | ||||
|     min-height: 100%; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|  | @ -141,7 +133,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_RoomView_invitePrompt { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -170,7 +161,6 @@ hr.mx_RoomView_myReadMarker { | |||
| } | ||||
| 
 | ||||
| .mx_RoomView_statusArea { | ||||
|     -moz-box-ordinal-group: 5; | ||||
|     -ms-flex-order: 5; | ||||
|     order: 5; | ||||
| 
 | ||||
|  | @ -231,7 +221,6 @@ hr.mx_RoomView_myReadMarker { | |||
| } | ||||
| 
 | ||||
| .mx_RoomView .mx_MessageComposer { | ||||
|     -moz-box-ordinal-group: 6; | ||||
|     -ms-flex-order: 6; | ||||
|     order: 6; | ||||
| 
 | ||||
|  |  | |||
|  | @ -20,14 +20,12 @@ limitations under the License. | |||
|     margin-left: auto; | ||||
|     margin-right: auto; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
| } | ||||
| 
 | ||||
| .mx_UserSettings .mx_RoomHeader { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -35,7 +33,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_UserSettings_body { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  |  | |||
|  | @ -18,7 +18,6 @@ limitations under the License. | |||
|     width: 100%; | ||||
|     height: 100%; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|  |  | |||
|  | @ -22,7 +22,6 @@ limitations under the License. | |||
| 
 | ||||
|     flex: 1; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|  |  | |||
|  | @ -105,7 +105,6 @@ limitations under the License. | |||
|     border: 0px; | ||||
|     resize: none; | ||||
|     outline: none; | ||||
|     -moz-box-shadow: none; | ||||
|     box-shadow: none; | ||||
|     color: $primary-fg-color; | ||||
|     background-color: $primary-bg-color; | ||||
|  |  | |||
|  | @ -27,7 +27,6 @@ limitations under the License. | |||
| 
 | ||||
|     align-items: center; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| } | ||||
|  | @ -35,7 +34,6 @@ limitations under the License. | |||
| .mx_RoomHeader_leftRow { | ||||
|     margin-left: -2px; | ||||
| 
 | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -45,7 +43,6 @@ limitations under the License. | |||
| .mx_RoomHeader_spinner { | ||||
|     height: 36px; | ||||
| 
 | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -63,7 +60,6 @@ limitations under the License. | |||
|     margin-top: -2px; | ||||
|     text-align: center; | ||||
| 
 | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -77,7 +73,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_RoomHeader_cancelButton { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
| 
 | ||||
|  | @ -92,7 +87,6 @@ limitations under the License. | |||
|     background-color: $primary-bg-color; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|     -moz-box-ordinal-group: 3; | ||||
|     -ms-flex-order: 3; | ||||
|     order: 3; | ||||
| } | ||||
|  |  | |||
|  | @ -24,7 +24,6 @@ limitations under the License. | |||
| 
 | ||||
|     justify-content: center; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| } | ||||
|  |  | |||
|  | @ -17,7 +17,6 @@ limitations under the License. | |||
| .mx_LeftPanel { | ||||
|     position: relative; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
|  | @ -36,7 +35,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_LeftPanel .mx_RoomList_scrollbar { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -51,7 +49,6 @@ limitations under the License. | |||
| } | ||||
| 
 | ||||
| .mx_LeftPanel .mx_BottomLeftMenu { | ||||
|     -moz-box-ordinal-group: 3; | ||||
|     -ms-flex-order: 3; | ||||
|     order: 3; | ||||
| 
 | ||||
|  |  | |||
|  | @ -17,14 +17,12 @@ limitations under the License. | |||
| .mx_RightPanel { | ||||
|     position: relative; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     flex-direction: column; | ||||
| } | ||||
| 
 | ||||
| .mx_RightPanel_header { | ||||
|     -moz-box-ordinal-group: 1; | ||||
|     -ms-flex-order: 1; | ||||
|     order: 1; | ||||
| 
 | ||||
|  | @ -75,14 +73,12 @@ limitations under the License. | |||
| .mx_RightPanel .mx_MemberList, | ||||
| .mx_RightPanel .mx_MemberInfo, | ||||
| .mx_RightPanel_blank { | ||||
|     -moz-box-ordinal-group: 2; | ||||
|     -ms-flex-order: 2; | ||||
|     order: 2; | ||||
|     flex: 1 1 0; | ||||
| } | ||||
| 
 | ||||
| .mx_RightPanel_footer { | ||||
|     -moz-box-ordinal-group: 3; | ||||
|     -ms-flex-order: 3; | ||||
|     order: 3; | ||||
| 
 | ||||
|  |  | |||
|  | @ -22,7 +22,6 @@ limitations under the License. | |||
|     margin-bottom: 12px; | ||||
|     color: $primary-fg-color; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|  | @ -32,7 +31,6 @@ limitations under the License. | |||
| .mx_RoomDirectory_list { | ||||
|     flex: 1; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
| 
 | ||||
|  |  | |||
|  | @ -18,7 +18,6 @@ limitations under the License. | |||
|     background-color: $accent-color; | ||||
|     color: $accent-fg-color; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|  |  | |||
|  | @ -18,7 +18,6 @@ limitations under the License. | |||
|     background-color: $accent-color; | ||||
|     color: $accent-fg-color; | ||||
| 
 | ||||
|     display: -moz-box; | ||||
|     display: -ms-flexbox; | ||||
|     display: flex; | ||||
|     align-items: center; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Matthew Hodgson
						Matthew Hodgson