diff --git a/src/style.css b/src/style.css index 594ef04..457ef54 100644 --- a/src/style.css +++ b/src/style.css @@ -211,4 +211,12 @@ material-card table th.material-card-th-sorted-descending:before { } material-card table th.material-card-th-sorted-descending:before { content: "\e5db"; +} + +.material-icons { + color: #777; +} + +material-snackbar .toast { + height: auto; } \ No newline at end of file diff --git a/src/tags/app.tag b/src/tags/app.tag index f6b9200..ca09b92 100644 --- a/src/tags/app.tag +++ b/src/tags/app.tag @@ -52,6 +52,9 @@ registryUI.snackbar = function (message, isError) { registryUI.appTag.tags['material-snackbar'].addToast({'message': message, 'isError': isError}); }; + registryUI.errorSnackbar = function(message) { + return registryUI.snackbar(message, true); + } this.router.start(); diff --git a/src/tags/remove-image.tag b/src/tags/remove-image.tag index d41ee40..a6d7c1f 100644 --- a/src/tags/remove-image.tag +++ b/src/tags/remove-image.tag @@ -16,7 +16,7 @@ --> - delete + delete