mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 04:25:55 +00:00 
			
		
		
		
	new file
This commit is contained in:
		
							parent
							
								
									3f4ee6579a
								
							
						
					
					
						commit
						03f01d7e31
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								chrome/numbered_tabs.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								chrome/numbered_tabs.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
/* Show a number before tab text*/
 | 
			
		||||
 | 
			
		||||
.tabbrowser-tab:first-child{ counter-reset: nth-tab 0 } /* Change to -1 for 0-indexing */
 | 
			
		||||
.tab-text::before{ content: counter(nth-tab) " "; counter-increment: nth-tab }
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue