In the module.css file the ".randomview" class is specified in all lowercase. However, the module itself generates a TABLE with the class specified as: -
class="RandomView"
Because the case is different the css class is not applied. This is a problem for me.... I need to change the font color as the main body of my site has a black background.
I can work around this by editing the module.css file directly. However, I am unsure if this will break anything else that also uses the ".randomview" class (in all lowercase).
Please can you advise if anything else uses the ".randowview" class.
Regards
Kevin Owen
|