You are here

nicemessages_jgrowl.css in Nice messages 7.2

#jGrowl .jGrowl-notification {
background-image: none;
color: #fff;
padding-left: 34px;
padding-right: 14px;
border: 0 none;
}
#jGrowl .jGrowl-notification.status { background-image: none; border: none; }
#jGrowl .jGrowl-notification.warning { background-image: none; border: none; }
#jGrowl .jGrowl-notification.error { background-image: none; border: none; }
#jGrowl .jGrowl-notification a { color: #fff; border-bottom: 1px dotted white; }
#jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; padding-right: 34px; }
#jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; }
#jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0 none;
    background-image: none;
}

File

css/nicemessages_jgrowl.css
View source
  1. #jGrowl .jGrowl-notification {
  2. background-image: none;
  3. color: #fff;
  4. padding-left: 34px;
  5. padding-right: 14px;
  6. border: 0 none;
  7. }
  8. #jGrowl .jGrowl-notification.status { background-image: none; border: none; }
  9. #jGrowl .jGrowl-notification.warning { background-image: none; border: none; }
  10. #jGrowl .jGrowl-notification.error { background-image: none; border: none; }
  11. #jGrowl .jGrowl-notification a { color: #fff; border-bottom: 1px dotted white; }
  12. #jGrowl .jGrowl-notification .jGrowl-message { word-wrap: break-word; padding-right: 34px; }
  13. #jGrowl .jGrowl-notification .jGrowl-close { font-size: 1.2em; }
  14. #jGrowl .jGrowl-closer { padding-right: 24px; padding-left: 24px; background-image: none; }
  15. .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  16. border: 0 none;
  17. background-image: none;
  18. }