File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1166,7 +1166,7 @@ const Tabs = Module("tabs", {
1166
1166
styles . addSheet ( true , "tabnumbers" , "chrome://*" ,
1167
1167
// we need to change the visible of the "new tab" buttons because the "inline" "new tab" button in the toolbar
1168
1168
// gets moved just after the last app tab with tab numbers on
1169
- "#TabsToolbar { counter-reset:tabnumber; } #TabsToolbar tab::after { counter-increment:tabnumber; content:counter(tabnumber); font:bold 0.84em monospace; cursor: default; } #TabsToolbar tab:not([pinned])::after { display:block; padding-bottom:0.4em; } .tabs-newtab-button { display: none !important; } #new-tab-button { visibility: visible !important; }"
1169
+ "#TabsToolbar { counter-reset:tabnumber; } #TabsToolbar tab::after { counter-increment:tabnumber; content:counter(tabnumber); font:bold 0.84em monospace; cursor: default; background-image: none !important; opacity: 1 !important; } #TabsToolbar tab:not([pinned])::after { display:block; padding-bottom:0.4em; } .tabs-newtab-button { display: none !important; } #new-tab-button { visibility: visible !important; }"
1170
1170
) ;
1171
1171
else
1172
1172
styles . removeSheet ( true , "tabnumbers" ) ;
You can’t perform that action at this time.
0 commit comments