Reviewed & tested by the community
Project:
I Feel Dirty
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
25 Mar 2008 at 00:05 UTC
Updated:
17 May 2020 at 12:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
illogic-al commentedCan't reproduce. The .description refers to the site slogan which appears under the site name. For the IFeelDirty theme the background image is red so white text is fine. If changed to inherit or black then it looks out of place with the site name (and ugly).
Comment #2
screamatme commentedI can reproduce this problem on the admin side of the theme and the forums category descriptions.
Comment #3
frankf commentedSame here. The "description" text for a forum shows as white on very light grey, barely visible.
Also, Administer, Modules, Description same problem.
Love the theme, but I will have to find the best way to override the white text in .description for those, and maybe other, uses.
Looks like setting .description color to gray works all locations tested.
Comment #4
Anonymous (not verified) commentedIt looks fine in the header -- as others have mentioned, it does not contrast properly in other areas where it is used.
Thanks,
Curtis.
Comment #5
dalinThe problem being that the class 'description' is commonly used by Drupal (in the input format section of a node add form for example). The div used for the site slogan should maybe be re-classed as 'site-slogan'
becomes
and the css adjusted too:
becomes
Comment #6
kaerast commentedAttached is a patch for the above fix. It renames the description div to site-slogan, meaning that the site slogan in the header is still white whereas other locations that use the description class are left untouched.
Comment #7
mennonot commentedThanks for the patch, kaerast. I installed it and it fixed the problem for me.
Can we get this patch committed? Its a reasonably big headache for anyone who plans to administer a site with the Ifeeldirty theme and doesn't like having to highlight all the description text in order to read it.