Skip to content

Commit feb599a

Browse files
committed
Merge pull request #303 from kmorihiro/master
fix #274: tabnumbers style issues in FF41
2 parents 1bc8c7b + fa84a3f commit feb599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/content/tabs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ const Tabs = Module("tabs", {
11661166
styles.addSheet(true, "tabnumbers", "chrome://*",
11671167
// we need to change the visible of the "new tab" buttons because the "inline" "new tab" button in the toolbar
11681168
// 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; }"
11701170
);
11711171
else
11721172
styles.removeSheet(true, "tabnumbers");

0 commit comments

Comments
 (0)