Can anyone tell me what CSS entry is used to set the color of any alerts that are shown? I'm using the default 1.9 theme, but have been asked to change the color of the alerts so that they match our company colors scheme, web standards. Simon Have tried searching but can't see anything obvious |
Hi Please search for ".x-window.x-window-plain.x-window-dlg" in the default theme. Every rule starts with this afftects alerts. You can take those rules as example for CSS changes of alerts. For example if you want to change color of alert label to green:
Best regards, Serdar |