Popup message box background color

Popup message box background color

by Boris Puhanic -
Number of replies: 2

Does anyone know how to change the background-color of the popup message box (the popup notification box)?

Average of ratings: -
In reply to Boris Puhanic

Re: Popup message box background color

by Boris Puhanic -

No one? Anyone?

In reply to Boris Puhanic

Re: Popup message box background color

by Peter Bowen -

In the theme, core.css

div.yui3-overlay-content.yui3-widget-stdmod {
    border: 1px solid #fff;
    background: #ffff66 url([[pix:theme|alert-overlay]]) repeat-x;
}


Change the #ffff66 to the colour you would like.... :D

 

Cheers

Peter