From d19ea419987172a2bb5bda1468cd03675577782e Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Fri, 3 Apr 2026 23:57:11 +0530 Subject: [PATCH] fix icon color --- core/css/server.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index 4764eac..bf85893 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1930,4 +1930,10 @@ textarea { } #header .app-menu-entry:hover .app-menu-entry__icon, #header .app-menu-entry:focus-within .app-menu-entry__icon, #header .app-menu__list:hover .app-menu-entry__icon, #header .app-menu__list:focus-within .app-menu-entry__icon { margin-block-end: 0lh; +} +.v-popper__inner ul li button.action-button img.filter-button__icon { + filter: brightness(0) saturate(100%) invert(52%) sepia(2%) saturate(2%) hue-rotate(22deg) brightness(96%) contrast(88%) !important; +} +.icon-vue svg { + fill: #808080 !important; } \ No newline at end of file -- GitLab