Response
Comment
Add a reply
you could change the raised color, but if you'd rather not, this code will set the warning message to black:
#warning_dialog div {
background: #000;
}
you can change it to any other background/color value you like
OHH could you help?