I tried using
to combine both classes but it doesn't color it at allPHP Code:
.TextMessage_ClientKicked .TextMessage_ClientSwitched {
color: orangered;
}
@Mods: maybe merge under https://forum.teamspeak.com/threads/...084#post438084 ?
I tried using
to combine both classes but it doesn't color it at allPHP Code:
.TextMessage_ClientKicked .TextMessage_ClientSwitched {
color: orangered;
}
@Mods: maybe merge under https://forum.teamspeak.com/threads/...084#post438084 ?
Last edited by MeltDownPlayer; January 18th, 2019 at 04:43 AM.
You forgot a comma.
EditHTML Code:.TextMessage_ClientKicked, .TextMessage_ClientSwitched { color: orangered; }
You can color each event.
HTML Code:.TextMessage_ClientSwitched { color: orangered; } .TextMessage_ClientKicked { color: blue; }
Last edited by cydolo; January 19th, 2019 at 08:56 PM.
No, that would make both ClientSwitched and ClientKicked orange. I only want ClientKickedFromChannel
Then why you don't remove .TextMessage_ClientSwitched ?
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
There are currently 1 users browsing this thread. (0 members and 1 guests)