From b74c1da847d9689780ffa5152224651551bfc5aa Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Wed, 25 Mar 2026 03:03:18 +0700 Subject: [PATCH 1/4] unified-search svg icon --- core/css/server.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index 87ee928..fc3a9b1 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -460,7 +460,9 @@ input.primary, background: var(--notification-icon) no-repeat center; background-size: 17px; } - +#header #unified-search svg{ + color: var(--color-background-plain) !important; +} .notifications-button.hasNotifications { opacity: 0.6 !important; -- GitLab From 440ed044e1623cb31257e94c0a733c896681badd Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Wed, 25 Mar 2026 03:05:32 +0700 Subject: [PATCH 2/4] unified-search svg icon --- 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 fc3a9b1..960226f 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -461,7 +461,7 @@ input.primary, background-size: 17px; } #header #unified-search svg{ - color: var(--color-background-plain) !important; + color: var(--color-background-plain-text) !important; } .notifications-button.hasNotifications { -- GitLab From ac9d35b1f0453620bf8eefde7842776ae91439c5 Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Wed, 25 Mar 2026 03:09:05 +0700 Subject: [PATCH 3/4] unified-search svg icon --- 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 960226f..971dfb9 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -461,7 +461,7 @@ input.primary, background-size: 17px; } #header #unified-search svg{ - color: var(--color-background-plain-text) !important; + color: var(--color-main-text); } .notifications-button.hasNotifications { -- GitLab From 7841b8fabe9a57d53b447c99885957e59e7d84e5 Mon Sep 17 00:00:00 2001 From: theronakpatel Date: Wed, 25 Mar 2026 03:16:36 +0700 Subject: [PATCH 4/4] notes/calendar settings icon --- core/css/server.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/css/server.css b/core/css/server.css index 971dfb9..ae4e1e4 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -1469,6 +1469,11 @@ body .icon-view-list { #content-vue.app-calendar .app-sidebar-tabs__tab a { color: var(--icon-inactive-color); } +#content-vue.app-notes #app-settings .settings-button__icon, +#content-vue.app-calendar #app-settings .settings-button__icon { + display: flex; + text-align: center; +} .CodeMirror .CodeMirror-line::selection, .CodeMirror .CodeMirror-line > span::selection, -- GitLab