forked from mirrors/gecko-dev
		
	 49402056bc
			
		
	
	
		49402056bc
		
	
	
	
	
		
			
			Differential Revision: https://phabricator.services.mozilla.com/D3112 --HG-- extra : moz-landing-system : lando
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			226 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| button.browser-style,
 | |
| select.browser-style,
 | |
| .browser-style > input[type="checkbox"] {
 | |
|   border-radius: 4px;
 | |
| }
 | |
| 
 | |
| .panel-section-footer {
 | |
|   border-bottom-left-radius: 4px;
 | |
|   border-bottom-right-radius: 4px;
 | |
|   overflow: hidden;
 | |
| }
 |