16 lines
		
	
	
		
			575 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			575 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
/*
 | 
						|
 * This Source Code Form is subject to the terms of the Mozilla Public
 | 
						|
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 | 
						|
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 | 
						|
 */
 | 
						|
 | 
						|
/*
 | 
						|
    We want the backdrops to be there so there aren't accidental touches,
 | 
						|
    but we don't want them to obscure anything.
 | 
						|
*/
 | 
						|
.actions-backdrop.backdrop-in, .custom-modal-backdrop.backdrop-in,
 | 
						|
.dialog-backdrop.backdrop-in, .popover-backdrop.backdrop-in,
 | 
						|
.popup-backdrop.backdrop-in, .preloader-backdrop.backdrop-in,
 | 
						|
.sheet-backdrop.backdrop-in {
 | 
						|
    opacity: 0;
 | 
						|
} |