Fix iOS Safari button look (hopefully)
This commit is contained in:
		@ -58,6 +58,9 @@
 | 
				
			|||||||
				color: #fff;
 | 
									color: #fff;
 | 
				
			||||||
				width: 100%;
 | 
									width: 100%;
 | 
				
			||||||
				cursor: pointer;
 | 
									cursor: pointer;
 | 
				
			||||||
 | 
									-webkit-appearance: none;
 | 
				
			||||||
 | 
									-moz-appearance: none;
 | 
				
			||||||
 | 
									appearance: none;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			input[type=checkbox] {
 | 
								input[type=checkbox] {
 | 
				
			||||||
				transform: translateY(-3px);
 | 
									transform: translateY(-3px);
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user