number type input style
This commit is contained in:
		
							
								
								
									
										10
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								public/css/app.css
									
									
									
									
										vendored
									
									
								
							@@ -564,11 +564,13 @@ span.picture, span.attachment {
 | 
			
		||||
    min-width: 150px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
input::-webkit-outer-spin-button,
 | 
			
		||||
input::-webkit-inner-spin-button {
 | 
			
		||||
    /* display: none; <- Crashes Chrome on hover */
 | 
			
		||||
input[type="number"]::-webkit-outer-spin-button,
 | 
			
		||||
input[type="number"]::-webkit-inner-spin-button {
 | 
			
		||||
    -webkit-appearance: none;
 | 
			
		||||
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
 | 
			
		||||
    margin: 0;
 | 
			
		||||
}
 | 
			
		||||
input[type="number"] {
 | 
			
		||||
    -moz-appearance: textfield;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-icon {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user