feature-requests icon indicating copy to clipboard operation
feature-requests copied to clipboard

Role-Tag Customization (Colors)

Open Valiantiam opened this issue 7 years ago • 4 comments

Looking for a simple and direct way to customize roles colors within the chat. This would let us make some roles show as a different color without having to develop custom CSS (which I'm not to sure is even possible with the current way the tags are setup, but I'm not a css expert)

Thanks.

Valiantiam avatar Apr 13 '17 17:04 Valiantiam

fwiw, as a workaround, you could go to admin -> layout -> custom-css and use selectors like:

[data-role="Owner"] { background-color: red; }

for each role you have...

andreas-it-dev avatar Feb 17 '18 09:02 andreas-it-dev

Hi @Valiantiam we are planning a big overhaul regarding layout & colors customization for the long-term. Right now PRs are welcomed. Thanks for your contributions!

theorenck avatar Dec 13 '18 14:12 theorenck

fwiw, as a workaround, you could go to admin -> layout -> custom-css and use selectors like:

[data-role="Owner"] { background-color: red; }

for each role you have...

Hi Andreas @awunder , I tried it but it doesn't work. Nothing changes :( Am I doing something wrong? I copy & pasted [data-role="Owner"] { background-color: red; } and put it into the Custom CSS field and saved. Ist there some syntax missing?

Thanks for your reply!

davidschulze avatar Jan 30 '20 17:01 davidschulze

[data-role="Owner"] { background-color: red; } this doesn't work at all I dont think they are linked

soulserkut avatar Jun 10 '23 14:06 soulserkut