From af0eb25424f3683eb08e468cf0da8b382d58c561 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 19 Jun 2023 12:01:44 -0700 Subject: [PATCH 1/4] Removed Calendar CSS --- core/css/server.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 8bc031f3..867ec0b7 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -508,9 +508,6 @@ body .icon-reminder { body .icon-gravatar { background-image: var(--icon-contacts-gravatar-808080); } -#content-vue.app-calendar .app-sidebar-tabs__tab-icon.icon-reminder { - background-size: 13px; -} body .icon-clippy { background-image: var(--icon-clippy-808080); } -- GitLab From 0a7728b5bd34e2d89a5e6077197180b2ebe26661 Mon Sep 17 00:00:00 2001 From: Ronak Date: Mon, 19 Jun 2023 12:05:06 -0700 Subject: [PATCH 2/4] changes --- core/css/server.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/css/server.css b/core/css/server.css index 867ec0b7..c8a20e75 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -508,6 +508,9 @@ body .icon-reminder { body .icon-gravatar { background-image: var(--icon-contacts-gravatar-808080); } +#content-vue.app-calendar .app-sidebar-tabs__tab-icon.icon-reminder { + background-size: 13px; +} body .icon-clippy { background-image: var(--icon-clippy-808080); } @@ -1374,9 +1377,6 @@ body .icon-public { #content-vue.app-contacts #addressbook-list .icon-shared { background-size: 12px; } -#content-vue.app-calendar .fc-scrollgrid { - padding-top: 14px; -} #content-vue.app-calendar .fc-dayGridMonth-view table { font-size: 1em; -- GitLab From c19ba7592701f57b112c703767afd50091cb7f40 Mon Sep 17 00:00:00 2001 From: Ronak Date: Tue, 20 Jun 2023 01:11:17 -0700 Subject: [PATCH 3/4] dark mode priamry text css added --- core/css/server.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/css/server.css b/core/css/server.css index c8a20e75..67c62a59 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -72,6 +72,7 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{ --notification-icon-has-notification: var(--icon-has-notification-light); --search-icon: var(--original-icon-search-white); --app-icon-filter: brightness(1); + --color-primary-text: #ffffff; } body.theme--highcontrast { -- GitLab From f50b0acee67581cd9eebf603ad5821bc6d072b2a Mon Sep 17 00:00:00 2001 From: Ronak Date: Tue, 20 Jun 2023 02:37:39 -0700 Subject: [PATCH 4/4] reverted dark mode priamry text css added --- core/css/server.css | 1 - 1 file changed, 1 deletion(-) diff --git a/core/css/server.css b/core/css/server.css index 67c62a59..c8a20e75 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -72,7 +72,6 @@ body[data-themes="dark"] , body[data-themes="dark-highcontrast"]{ --notification-icon-has-notification: var(--icon-has-notification-light); --search-icon: var(--original-icon-search-white); --app-icon-filter: brightness(1); - --color-primary-text: #ffffff; } body.theme--highcontrast { -- GitLab