diff --git a/assets/styles/style.css b/assets/styles/style.css index 4ed37a8..e9c9966 100755 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -13,6 +13,11 @@ body.pg-loaded>.inner { display: block; } +.warning { + background-color: yellow; + color: black; +} + /* Style the sidebar - fixed full height */ .sidebar { height: 100%; diff --git a/renderer/uploads.js b/renderer/uploads.js index 92c35d8..8a8d106 100644 --- a/renderer/uploads.js +++ b/renderer/uploads.js @@ -1477,8 +1477,9 @@ $(document).on("render_uploads", function() { console.log("I'm Running bro"); (function($, _M) { M.toast({ - html: 'If you wallet has a default name, it will not be able to be selected.', - displayLength: 10000 + html: 'warning If your wallet has a default name e.g: Account 1, you will not be able to select it.', + displayLength: 10000, + classes: 'warning' }); }(jQuery, M)); privateKeyLogin = false;