Closed (won't fix)
Project:
Relation
Version:
7.x-1.0-rc4
Component:
Entity collector
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2013 at 08:55 UTC
Updated:
12 May 2013 at 14:02 UTC
(P.S. Great module! Thanks!)
In the entity collector, when I display it on a dark background (such as the footer) the picked entities are not visible. When I display on a white background they are).

| Comment | File | Size | Author |
|---|---|---|---|
| entity_collector.png | 28.04 KB | drupalshrek |
Comments
Comment #1
naught101 commentedThis isn't a problem with relation, it's a problem with your theme. Relation provides no colour styling. The problem is that your theme is making all text white, and then making the block background or the selected endpoints fieldset background white, so that you can't see the text. Check where the css is coming from with firebug. If it's a theme someone else made, then file a bug with them.