TintableSvgButton styling.
							parent
							
								
									1fc44a32c0
								
							
						
					
					
						commit
						10b17b7fd0
					
				|  | @ -332,3 +332,30 @@ textarea { | |||
|     border: 1px solid gray; | ||||
|     background-color: darkred; | ||||
| } | ||||
| 
 | ||||
| .mx_TintableSvgButton { | ||||
|     position: relative; | ||||
|     display: flex; | ||||
|     flex-direction: row; | ||||
|     justify-content: center; | ||||
|     align-content: center; | ||||
| } | ||||
| 
 | ||||
| .mx_TintableSvgButton object { | ||||
|     margin: 0; | ||||
|     padding: 0; | ||||
|     width: 100%; | ||||
|     height: 100%; | ||||
|     max-width: 100%; | ||||
|     max-height: 100%; | ||||
| } | ||||
| 
 | ||||
| .mx_TintableSvgButton span { | ||||
|     position: absolute; | ||||
|     top: 0; | ||||
|     right: 0; | ||||
|     bottom: 0; | ||||
|     left: 0; | ||||
|     opacity: 0; | ||||
|     cursor: pointer; | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Richard Lewis
						Richard Lewis