2 reviews
- Rated 3 out of 5by verificacion, 4 years ago
- Rated 3 out of 5by happysurf, 7 years agoThis addon is a good start but is not sufficient, because when the user have many tabs opened, a symbol for unread tab is not clear enough to view.
I suggest to add a colored top line (like the active one) for mark the unread tabs.
In this way, together with the code below for unload tabs, is possible have a consistence Quantum style.
/* Colored line for unload tabs */ .tabbrowser-tab[pending] .tab-content { margin-bottom: 2px !important; border-top-style: solid !important; border-width: 2px !important; border-color: red !important; }Developer response
posted 7 years agoUnfortunately, extensions don't have permission to access and manipulate the tabs in this way.
So it isn't my fault. Sorry... :)