Hello,
I have a CSS that looks like this:
a:focus { background-color: #eeeeee; }
Now in CSS3 there's the not() attribute. How could I work with this when I want add the focus-background-color to all elements but with one exception: I want that this isn't added to a-tags/elements inside .audio_wrapper