Merge pull request #3292 from thepeopleseason/pnotify-opacity

Upped opacity on notifications
This commit is contained in:
Tyler Renelle 2014-04-16 11:12:08 -06:00
commit 953ab389b3

View file

@ -8,7 +8,7 @@ angular.module("notificationServices", [])
var notice = $.pnotify({
type: type || 'warning', //('info', 'text', 'warning', 'success', 'gp', 'xp', 'hp', 'lvl', 'death', 'mp', 'crit')
text: html,
opacity: .75,
opacity: 1,
addclass: 'alert-' + type,
delay: 7000,
hide: (type == 'error') ? false : true,