Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60228 - the colors of bugzilla web pages are specified incompletely
Summary: the colors of bugzilla web pages are specified incompletely
Status: RESOLVED LATER
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All All
: Lowest trivial (vote)
Assignee: Jeffrey Forman (RETIRED)
URL:
Whiteboard:
Keywords:
: 61791 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-13 07:37 UTC by Michal Suchanek
Modified: 2011-10-30 23:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Suchanek 2004-08-13 07:37:27 UTC
An excerpt from one of the bugzilla pages:
<body bgcolor="#ffffff" onload="">
This means that the background color is white but the text and link color is _not_ specifed.

It means it can render in any color (including white) depending on browser settings.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
unreadable text on bugzilla pages (yellow in white)

Expected Results:  
correct colors
Comment 1 Michal Suchanek 2004-08-25 06:58:52 UTC
To fix this, uncomment 
/*BODY {
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 0.80em;
}*/
in http://bugs.gentoo.org/css/main.css

and add colors for a:link, a:visited, a:hover, a:active, not just subclasses like a.highlight:link

the later is also missing in www.gentoo.org/css/main.css
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-05-12 14:40:54 UTC
*** Bug 61791 has been marked as a duplicate of this bug. ***
Comment 3 Jeffrey Forman (RETIRED) gentoo-dev 2005-05-12 20:42:39 UTC
Fixes will be implemented once I upgrade bugzilla in the next week or so.

-Jeffrey