mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	Remove use of :-moz-lwtheme-{bright,dark}
This pseudo-class won't be supported in Firefox 100, and we can just use :root[lwthemetextcolor="bright"] instead.
This commit is contained in:
		
							parent
							
								
									82444fcf07
								
							
						
					
					
						commit
						74d5d67e71
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -6,7 +6,7 @@ Makes statuspanel aware of the the theme text color
 | 
			
		|||
Meaning, if theme text is light then the statuspanel uses dark background and light text. On themes with dark text the statuspanel has normal appearance.
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
#statuspanel-label:-moz-lwtheme-brighttext{
 | 
			
		||||
:root[lwthemetextcolor="bright"] #statuspanel-label{
 | 
			
		||||
  background-color: rgb(50,50,52) !important;
 | 
			
		||||
  color: rgb(187,187,189) !important;
 | 
			
		||||
  border-color: grey !important;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue