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
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

boombatower - November 10, 2009 - 21:34
Assigned to:Anonymous» boombatower

Bad link, try: http://d6.drupal.org/node/318636.

#2

boombatower - November 10, 2009 - 21:36
Project:Project issue file testing» Project
Version:6.x-2.x-dev» 6.x-1.x-dev
Component:Code» Issues
Assigned to:boombatower» Anonymous

How about change the selector in project to be more descriptive.

.project-issue-summary-table

ought to be of use.

#3

boombatower - November 10, 2009 - 22:13
Project:Project» Drupal.org webmasters
Version:6.x-1.x-dev» <none>
Component:Issues» Other
Assigned to:Anonymous» boombatower
Status:active» needs review

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.

 
 

Drupal is a registered trademark of Dries Buytaert.