From 2f9601fc364638fea9e3a9ccde2c62a4c4795df9 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 20 Aug 2024 22:20:58 +0530 Subject: [PATCH 1/2] icon color fix --- core/css/server.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index 30a0ee2..c56d139 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1877,4 +1877,8 @@ textarea { #body-user .material-design-icon.menu-open-icon svg { color: var(--icon-inactive-color); +} + +.notification img.notification-icon { + filter: brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(101%); } \ No newline at end of file -- GitLab From bae088ebae295622c4a7f318f090eef349281be3 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Tue, 20 Aug 2024 22:23:09 +0530 Subject: [PATCH 2/2] icon color fix --- core/css/server.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index c56d139..6c1a090 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1879,6 +1879,6 @@ textarea { color: var(--icon-inactive-color); } -.notification img.notification-icon { +#header-menu-notifications .notification img.notification-icon { filter: brightness(0) saturate(100%) invert(42%) sepia(97%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(101%); } \ No newline at end of file -- GitLab