Wednesday, December 29, 2010

Setflash change background color

Hello,

I want to change the appearance of the default message (edit success).
I have put the following code in the standard layout:

<style type="text/css">

.message
{
position:absolute;
top:0px;
left:100px;
width:300px;
font-size:14px;
background-color:green;

}
</style>

It works but the background color is still red. What can I do to make
the color green. I tried also different colors
(#fff9d9 ) nothing works.

Regards,

Leo

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: