jquery - why jGrowl popup doesnt look as expected? -


I found this jGrowl notification on my site, when the notification populat jaglal popup does not look exactly like the style.

In this way I call jgrowl files

  & lt; Link rel = "stylesheet" type = "text / css" href = "./ include / jgrowl / jquery.jgrowl.css" />  

This notification box is

Your style will be affected by jGrowl containers if you are referring to the jQuery UI stylesheet on the same page as jGrowl. All jGrowl containers are decorated with the CSS class "ui-state-highlight", which adds a background, border and font-color to the style definition.

  .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlights {background: url ("images / Ui-bg_glass_55_fbf9ee_1x400.png ") Repeat-X scrolling 50% 50% # FBF 9EE; Limit: 1px solid # FCEFA1; Color: # 363,636; }  

To prevent this behavior, you can add the following additional additions to the jquery.jgrowl.css file:

  div.jGrowl> .ui-state-highlights {background: heirs; Color: heir; Border: heirs; }  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -