status-inside-urlbar: add background-color to .browserStack
This opaque background allows us to draw statuspanel behind it. Without this patch, the statupanel could be shown on tabs that don't yet have associated <browser> such as when restoring a tab after startup.
This commit is contained in:
		
							parent
							
								
									8de1ddc044
								
							
						
					
					
						commit
						22a42117d0
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -84,6 +84,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi
 | 
			
		|||
  margin-top: 0px !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* This creates opaque layer to be shown in front of "hidden" real statuspanel */
 | 
			
		||||
.browserStack{
 | 
			
		||||
  background-color: var(--tabpanel-background-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*  OPTIONAL FEATURES  */
 | 
			
		||||
/* Uncomment to enable */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -60,6 +60,11 @@ As a workaround, the -moz-element background image is removed somewhat often whi
 | 
			
		|||
}
 | 
			
		||||
#statuspanel[type="status"] { color: Highlight }
 | 
			
		||||
 | 
			
		||||
/* This creates opaque layer to be shown in front of "hidden" real statuspanel */
 | 
			
		||||
.browserStack{
 | 
			
		||||
  background-color: var(--tabpanel-background-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*  OPTIONAL FEATURES  */
 | 
			
		||||
/* Uncomment to enable */
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue