IR15H |
06-26-2010 11:49 AM |
Quote:
Originally Posted by King Kovifor
(Post 2057226)
Does it say hard coded CSS? If so, that's definitely a bug.
|
Quote:
Originally Posted by PitchouneN64ngc
(Post 2058404)
What is the bug here?
|
The bug is that the css background colour values are hard coded, and so do not change dependant on the style used. For example...
Quote:
Originally Posted by projecttools.css
#pt_issue_content .blockrow {
background: none repeat scroll 0 0 #F2F6F8;
}
#pt_issue_content .issuetext {
padding-bottom: 26px;
background: none repeat scroll 0 0 #FFFFFF;
}
|
...there's quite a few others as well.
|