Priority 1-3 with colour deposited

Infos:

  • Used Zammad version: 3.1
  • Used Zammad installation source: (source, package, …)
  • Operating system: Debian 9.0
  • Browser + version: Firefox

Hi, can i use colours for the prioritys in the overview?
as example priority 1 ticket is green priority 2 is yellow an 3 red

greets Bernd

Hey @spongy83,

priorities already are colored:

1 light blue
2 blue
3 red

cheers

hi, thx for your answer.
now i also see this. but can i change the colour from lightblue into green?

cheers

I’m not 100% sure but i think that could be done with a custom css.

Have a look at this topic:

Edit: You’d probably want to change this to the color of your choice:

.item--low-priority a {
color: #8bcae9;
}

Further edit: if you want to stick to the “zammad colors” you could use the same green as it’s currently used for closed tickets: #38ad69

cheers

he,

in witch config did you see the code?

.item--low-priority a {
color: #8bcae9;
}

I simply took a look at the page code with my browser.

Please have a look at the linked topic if you want to change anything. Do NOT change the original source code because that probably wouldn’t be update-proof.

cheers

Thank you very much :wink: have a nice day

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.