Title: [SOLVED]Better way to change Backround color for messager.show Post by: neos on April 01, 2016, 01:16:49 AM Dear All,
How to change background color for messager.show I use default blue style but for this case error notif i want to override change color to red Regards, Neos Title: Re: Better way to change Backround color for messager.show Post by: stworthy on April 01, 2016, 08:44:19 AM Please refer to the code below:
Code: <style type="text/css"> Title: [SOLVED]Better way to change Backround color for messager.show Post by: neos on April 04, 2016, 06:09:30 PM Thx Stworthy..
i will try your code.. yesterday i found this code : Code: $.messager.show({ Regards, Neos Title: Re: [SOLVED]Better way to change Backround color for messager.show Post by: aswzen on August 02, 2016, 02:54:23 AM Please refer to the code below: Code: <style type="text/css"> is there any simple way than injecting a new css class? like this one? (not working) Code: $.messager.show({ Title: Re: [SOLVED]Better way to change Backround color for messager.show Post by: stworthy on August 02, 2016, 07:03:15 PM You just need to set the 'cls' property value.
Code: $.messager.show({ |