new file
This commit is contained in:
@@ -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 }
|
||||||
Reference in New Issue
Block a user