mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
Merge pull request #3292 from thepeopleseason/pnotify-opacity
Upped opacity on notifications
This commit is contained in:
commit
953ab389b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue