Quote:
Originally Posted by King Kovifor
Does it say hard coded CSS? If so, that's definitely a bug.
|
Quote:
Originally Posted by PitchouneN64ngc
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.