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.
whisper css class on discussions list
i've tried to find the necessary snippets in discussion(and s).php to assign whispers on the discussionslist(overview) with their own class (css), for example to change the height and bg color, but i had though luck, and i was not able to find the related lines of code.
could probably somebody tell me where these lines are?
thanks in advance
could probably somebody tell me where these lines are?
thanks in advance
0
This discussion has been closed.
Comments
class="WhisperTo" class="WhisperFrom"
I don't know where these come from, but they're what you end up with. Hope that helps.
For the discussions view:
li.Whispered { background-color: #999; }
... for example.
edit: of course both of you