
How to change color of items in all tabs popup menu for suspended/unloaded tabs?
I had the next lines in the userChrome.css file in FF56 and they worked fine, both for the tabs and for the items in the all tabs popup menu (the one that you get when you click on the down arrow button on the right side of tabs): tab[pending], #alltabs-popup menuitem[pending] {
opacity: 0.6 !important;
}
In Firefox 106.0.5 these lines doesn't work for all tabs menu items but only for tabs, i.e. the menu items for suspended tabs have the same color as for loaded tabs. Any idea is this thing still possible? I tried to search for #alltabs-popup without any luck.