Details
Description
Error message text do not display on formal_white theme. You just get a error message box with no text in it.
See screen shots for comparison of same errors on same system between standard and formal_white themes.
Debugging was turned on.
Attachments
Issue Links
| This issue duplicates: | ||||
| MDL-19934 | Theme: Formal_white - errorbox text same as background |
|
|
|
I think this is due to unneeded comment sign on css and can be resolved by editing the fw_color.css
from:
.errorbox { /* color:#ffffff; */ border-color:#990000; background-color:#FEF9F6; }
to
.errorbox { color:#000000; border-color:#990000; background-color:#FEF9F6; }
or something similar.
Worked on my install.