
Firefox 138 Unloaded Tabs Favicon Color
Hello everybody, Is there any way to revert unloaded tabs favicon revert back to slightly pale colored version like in 137 instead of non-colored b&w favicons.
Hello everybody, Is there any way to revert unloaded tabs favicon revert back to slightly pale colored version like in 137 instead of non-colored b&w favicons.
Wubrane rozwězanje
The solution is;
.tab-icon-image[pending] {
filter: grayscale(0%) !important;
}
Toś to wótegrono w konteksće cytaś 👍 1Wšykne wótegrona (2)
This was taken before v138.0 update
Wubrane rozwězanje
The solution is;
.tab-icon-image[pending] {
filter: grayscale(0%) !important;
}
Wót Emre Tunçez