Colors 更改咆哮消息颜色

Colors 更改咆哮消息颜色,colors,primefaces,growl,Colors,Primefaces,Growl,我的应用程序中的所有页面都有一个通用的css,名为growl.css 我有 .ui-growl{ position: fixed; top: 50%; left: 50%; margin-top: -50px; margin-left: -100px; } 如何更改咆哮消息的背景色。插入颜色和背景色不会改变任何东西。谢谢 .ui-growl-item-container { background-image: ur

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

我有

.ui-growl{
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -100px;    
      }
如何更改咆哮消息的背景色。插入颜色和背景色不会改变任何东西。谢谢

.ui-growl-item-container { background-image: url('./imgs/background.jpg'); } 
这是要设置图像,请尝试使用颜色或背景色


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

.ui咆哮项目容器{background image:url('./imgs/background.jpg');}这是设置图像,尝试使用颜色或背景色插入背景色确实有效,只需清除最近的历史:)谢谢。ui-growl-item-container{background image:url('./imgs/background.jpg');}这是设置图像,尝试使用颜色或背景色插入背景色确实有效,只需清除最近的历史记录:)谢谢