2 条评价
- 评分 3 / 5来自 verificacion, 4 年前
- This 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; }开发者回应
发布于 7 年前Unfortunately, extensions don't have permission to access and manipulate the tabs in this way.
So it isn't my fault. Sorry... :)