[horde] CSS Change not Working

Jed L Obray jed at tribalation.com
Tue Oct 15 12:26:29 PDT 2002


Hello list,

I am trying to change the color property of .text in /horde/config/html.php.  
Currently, it is displaying in a light grey that is barely legible with the 
white background.  When I change the color to black or #000000, nothing happens.

Am I missing something?  Is there an inherited property that is overiding the 
text class?  

Thx
-- 

The php appears in html.php like this:
$css['.text']['color'] = 'black';
$css['.text']['background-color'] = 'white';

The css is generated looking like this:
.text{color:black;background-color:white;}




More information about the horde mailing list