diff --git a/core/css/server.css b/core/css/server.css index 87ee92881d6c1b216552685affdf67ddb93bc9e6..ae4e1e47b3533074070b5fe7322324c5eb7d79fe 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-main-text); +} .notifications-button.hasNotifications { opacity: 0.6 !important; @@ -1467,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,