Closed (fixed)
Project:
Coder
Version:
6.x-1.0
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Dec 2008 at 00:34 UTC
Updated:
2 Sep 2012 at 18:13 UTC
I'm right now coding a theme with light text on dark background and I'm bumping into problems with CSS-files that hasn't taken this into consideration.
When assigning a light background color you can't assume that the front color will be light as well - a dark front color should be assigned at the same time.
I'm attaching a patch for this.
| Comment | File | Size | Author |
|---|---|---|---|
| coder_front_color.patch | 492 bytes | voxpelli |
Comments
Comment #1
dvessel commentedAs long as the elements which use the .coder-* classes do not mix with core’s .notice, .warning and .error, I think this is a sensible thing to include. Sorry, I didn’t check.
Both should be set usually. The only time it one side can be omitted safely is when the set colors are considered as a whole and you know how the colors cascade and interact.
So +1
Comment #2
douggreen commentedcommitted to the 7.x-2.x branch, thanks!