I'm trying to change font color of a specific label. How to apply color depending or based on the text of that label.
I now that we can do:
SPAN.uh[title*="some_text"]
{ color: white !important; }
Can we do something like this?
#errors > label[text*="NS_ERROR_XPC_GS_RETURNED_FAILURE"]
{ color: LIME !important; }
EDIT: That phrase "NS_ERROR_XPC_GS_RETURNED_FAILURE" is on the stylish manager of the Stylish addon for Firefox, specifically: chrome://stylish/content/edit.xul
How can I hide that phrase?