Page 1 of 1
Message Frame in Admin
Posted: Fri May 27, 2005 3:14 am
by Trench
How do I change the text color in admin/style.css to change the text color in the message window. I don't know the technical nem for it but the frame that says "Your entry is saved". Thanks.

Re: Message Frame in Admin
Posted: Fri May 27, 2005 12:54 pm
by garvinhicking
That message is stored in the CSS class ".serendipityAdminMsgSuccess". You may also need to change this in the frontend "style.css".
Regards,
Garvin
Posted: Fri May 27, 2005 8:42 pm
by Trench
I mean the frame that is pictured
here that is orange and black. I can't seem to change the color of the text on that field and changing .serendipityAdminMsgSuccess didn't work.
Posted: Sat May 28, 2005 1:23 pm
by garvinhicking
Yes; that portion of the admin area uses the Frontend style.css to be displayed. Thus you'll need to edit that style.css and make some changes.
It will help if you right click in that frame and view the HTML source of it. Then you see which HTML/CSS selectors are used
Regards,
Garvin
Posted: Sat May 28, 2005 8:10 pm
by Trench
Fixed it. Was just a mater of adding color to # content.
Thanks again.