From 75264e371c9cc46d32b072c171e59fc00fde0fe1 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Wed, 11 Mar 2020 11:13:24 +0100 Subject: [PATCH] Fix toast close icon --- .../plugin-search/plugin-search.component.html | 2 +- client/src/sass/primeng-custom.scss | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html index fac81bd26..9f942c4b3 100644 --- a/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html +++ b/client/src/app/+admin/plugins/plugin-search/plugin-search.component.html @@ -41,7 +41,7 @@ - + diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index e2c453228..fbba2ad5c 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss @@ -413,6 +413,19 @@ p-toast { z-index: z(notification) !important; } + .ui-toast-close-icon { + font-family: "Glyphicons Halflings"; + + opacity: .5; + &:hover { + opacity: .8; + } + + &:after { + content: "\e014"; + } + } + .ui-toast-message { font-family: $main-fonts; background-color: var(--mainBackgroundColor) !important; -- 2.25.1