I have the following code
<ul class="actions">
<li class="settings">
<ul class="settings-menu">
<li>Block</li>
<li>Always Decline</li>
</ul>
</li>
</ul>
Where I would like to add a z-index of 1 to .settings but a z-index of -1 to the .settings-menu.
Is that possible? I've tried but can't get it to work.