-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm a big fan of the module, but not a big fan of the default styling used by noty.
Noty does have support for several themes (http://ned.im/noty/themes.html), I did some tests with it and the current used version supports the defaultTheme, relax and bootstrapTheme. The metroui theme seems to be added in a later version, if updating the noty version is possible this could be included.
The theme can easily be set by passing it in the constructor, just like layout and type are now passed.
It could be handled like the layout and type settings now (with enum values).
I tried to do it myself, and changed the Notification widget and was able to test it. But I do not understand how I should change the related Appronto-Notification-Module and if that is possible.
Hopefully you can add the support for themes.