Drupal.org CSS seems to override PIFT table color
boombatower - August 13, 2009 - 01:29
| Project: | Drupal.org webmasters |
| Component: | Other |
| Category: | task |
| Priority: | normal |
| Assigned: | boombatower |
| Status: | needs review |
Jump to:
Description
As per http://d6.drupal.org/node/367072. The tr.pifr-fail on the node is overridden by
.node .project table td, .node .project table tr, .node .project-issue table td, .node .project-issue table tr {
background-color:transparent !important;
}
#1
Bad link, try: http://d6.drupal.org/node/318636.
#2
How about change the selector in project to be more descriptive.
.project-issue-summary-table
ought to be of use.
#3
If the statement is changed to:
.node .project table td, .node .project table tr,.node #project-issue-summary-table table td, .node #project-issue-summary-table table tr {
background-color: transparent !important;
}
in bluebeach/style.css it works.