After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 742339 - [4.4] Custom CSS changes to buglist.css
[4.4] Custom CSS changes to buglist.css
Status: RESOLVED WONTFIX
Product: bugzilla.gnome.org
Classification: Infrastructure
Component: layout
unspecified
Other Linux
: Low enhancement
: ---
Assigned To: Bugzilla Maintainers
Bugzilla Maintainers
Depends on: 742338
Blocks:
 
 
Reported: 2015-01-04 20:54 UTC by André Klapper
Modified: 2018-06-16 13:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2015-01-04 20:54:19 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;
}
Comment 1 André Klapper 2018-06-16 13:29:08 UTC
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.