migueravila / SimpleFox

🦊 A Userstyle theme for Firefox minimalist and Keyboard centered.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webpage icons to show on tabs

dinotheextinct opened this issue · comments

Hey,
is it somehow possible to have the icons show on the tabs? Otherwise its kinda useless to have tabs anyway if you only have text imo.

Hey! @dinotheextinct , off course is possible to add them again. You just have to comment this line of code in one of the no-compressed files:

hbox.tab-content .tab-icon-image {
    display: none !important;
}

You just have to delete that lines or comment them like this:

/*
hbox.tab-content .tab-icon-image {
    display: none !important;
}
*/

If you have another problem just comment it! Hope this works for you