Hello,
Am Montag, 22. September 2014 schrieb Christian Boltz:
- in the bug list, the bugs are no longer colored by severity (for example, "major" bugs were orange and "enhancement" were green) To answer the expected question: in the preferences, I have list_color: Site Default (color_severity) Using color_priority doesn't change or "paint" anything.
In the meantime, I found a workaround for this: I told my browser to honor a local file named "user.css" [1], and added the following lines to it:
.bz_buglist .bz_Minor { color: blue !important; } .bz_buglist .bz_Major { color: #FF7700 !important; } .bz_buglist .bz_Critical { color: red !important; } .bz_buglist .bz_Enhancement { color: green !important; }
Ryan, can you add this to the "official" bugzilla CSS file, please? (Without the "!important", that's only needed for user.css.)
I'm also interested in feedback to the other things I mentioned in my previous mail - if you handle them as bugreports, please CC me ;-)
Regards,
Christian Boltz
[1] search for a config option like "custom stylesheet" - the exact wording depends on the browser you use