I have the following CSS:
#content-button-panel ul li a.folder span {
cursor: default;
}
#content-button-panel ul li a:not(.folder) span {
cursor: pointer;
}
and the following HTML:
<a class="title-coffee"><span>Overview</span></a>
How can I make it so the HTML (with class of title-xxxxxxx) has a cursor of default? Note I need this to work with title-coffee or any class starting with title-