Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding CSS to side panel
I'd like to add classes to quick categories, discussion filters, quick login, whos online etc, but currently they all share the same list style is there a way to add a class to the ul atleast for each?
0
This discussion has been closed.
Comments
$sReturn .= '<ul>
to
$sReturn .= '<ul class='.str_replace(array(' ', "'", '"', ':'), "", $Key).'>