GNOME Bugzilla – Bug 742339
[4.4] Custom CSS changes to buglist.css
Last modified: 2018-06-16 13:29:08 UTC
Just a proposal: /* Style bug rows according to severity. */ .bz_blocker { color: red; font-weight: bold; } .bz_critical { color: red; } .bz_major { color: #BB7000; } .bz_normal { color: #000000; } .bz_minor { color: #669900; } .bz_trivial { color: #106581; } .bz_enhancement { color: #777; background-color: white; } /* Change background color in buglist for mouse over */ tr.bz_bugitem:hover { background-color: #f0f0f0; } /* Avoid underlining bug summaries, rather disruptive */ .bz_short_desc_column a, .bz_short_short_desc_column a { color: inherit; text-decoration: none; }
After https://wiki.gnome.org/Initiatives/DevelopmentInfrastructure , GNOME is moving its task tracking from Bugzilla to GitLab at https://gitlab.gnome.org/ as previously announced in https://mail.gnome.org/archives/desktop-devel-list/2018-May/msg00026.html . See https://wiki.gnome.org/GitLab for more information. Hence closing this ticket as WONTFIX: There are no plans to work on Bugzilla.