Style broken because of specificity, please help.
This (https://userstyles.org/styles/117633/awesome-bar-text-based-on-type-2-8) won't apply correctly because of the XML namespace. I know, confuses me too.
What else do I need to add onto the style to make it function? I am sure there's another topic about this somewhere but I'm too lazy to look; Link me if I am reporting a duplicate issue with applying browser styles where some elements don't become modified with the XML namespace.
What else do I need to add onto the style to make it function? I am sure there's another topic about this somewhere but I'm too lazy to look; Link me if I am reporting a duplicate issue with applying browser styles where some elements don't become modified with the XML namespace.
Comments
.ac-emphasize-text
is an HTMLspan
element so you have to add HTML namespace after XUL namespaceand change the selector to
You now have two HTML namespaces in your code
you actually should use XUL and HTML namespaces
and why would you want it to be a global style?
Your style is only applied to browser window so you should use
@document
rule