So, last weak i was doing some tweaks on OTRS for my company and thinked on change the priority colors to the logo of my company colored with priority.
I asked some help to Emin (zzz) and we got this:
Using Efflux (emin) addon for custom CSS (You should try it

.Flag span.PriorityID-3 {
background-image: url(https://www.google.com/images/branding/ ... 2x92dp.png);
background-size: 100%;
background-repeat: no-repeat;
background-color: transparent;
background-position: center;
}
.Flag span[class^="PriorityID-"] {
border-radius: 0;
}
If it appears to small to you, you can expand the logo by adding the follow block:
.Flag.Small {
width: 16px;
height: 16px;
}
All credits to Emin by the help and work trying helping the community with the posts and magnific addons
