Closed (fixed)
Project:
Black Piano
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2011 at 22:04 UTC
Updated:
10 Mar 2011 at 22:13 UTC
Jump to comment: Most recent file
Comments
Comment #1
webmatter commentedHi, thanks for pointing this out. I haven't noticed this before.
The pinkish color comes from drupals node-module. node.css defines a background-color of #FFF4F4 for unpublished nodes.
If you add
.node-unpublished {
background-color: transparent;
}
to your styles.css it will override the drupal node.css
I am attaching an amended css for the drupal 7 theme and will include this in the next release. Thanks for the info.
Comment #2
lloydpearsoniv commentedNo problem. Great theme by the way.
Comment #3
webmatter commented