mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			CSS
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			CSS
		
	
	
	
		
			Vendored
		
	
	
	
| .GoogleMapContainer {
 | |
|   height: 100%;
 | |
| }
 | |
| 
 | |
| .GoogleMapContainer.blackAndWhite {
 | |
|   -webkit-filter: grayscale(100%);
 | |
|   filter: grayscale(100%);
 | |
| }
 |