Hi,

How I can change the theme of the notification?. I see a black note, and although I change the CSS:

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
background-color: #F2F5A9; <--HERE
color: #000000; <--HERE
opacity: .85;
filter: alpha(opacity = 85);
zoom: 1;
width: 235px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
display: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

This have no effects.

Regards,

Comments

Berdir’s picture

Status: Active » Postponed (maintainer needs more info)

Whenever you have to do any CSS customizations, I heavily suggest using Firefox with Firebug to check if your changes have been applied and are actually loaded. It also allows you to change CSS on the fly and see the resulting changes.

Is maybe CSS aggregation enabled?

un11imig’s picture

Problem solved. Thanks, Cleaning cache.

un11imig’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)