更改咆哮消息颜色



我在应用程序中的所有页面中都有一个通用CSS,称为growl.css ...

我有

.ui-growl{
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -100px;    
      }

如何更改咆哮消息的背景颜色。插入颜色和background-color不会改变任何事情。谢谢

.ui-growl-item-container { background-image: url('./imgs/background.jpg'); } 

这是设置图像,尝试使用颜色或背景色