Message Frame in Admin

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Message Frame in Admin

Post 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. :D
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Message Frame in Admin

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Trench
Regular
Posts: 85
Joined: Fri Nov 05, 2004 11:38 am

Post by Trench »

Fixed it. Was just a mater of adding color to # content. :D

Thanks again.
Post Reply