here is a simple fix needed for Feeds UI Importer admin screen

best placed in local.css to be safe from updates of module or theme

div.feeds-settings {
color: #000;
background-color: #f5f5f5;
}

Comments

stephthegeek’s picture

Status: Active » Closed (works as designed)

Limiting the amount of module-specific and especially admin-facing code in themes. Best practice is to use an admin theme.