From f0765a001e245d6deddec6c29c3b94d0e1cf6e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 26 Apr 2023 13:52:58 +0300 Subject: [PATCH] Fixed #3903 - Calendar: Material theme icons not visible --- public/themes/md-dark-deeppurple/theme.css | 3 +++ public/themes/md-dark-indigo/theme.css | 3 +++ public/themes/md-light-deeppurple/theme.css | 3 +++ public/themes/md-light-indigo/theme.css | 3 +++ public/themes/mdc-dark-deeppurple/theme.css | 3 +++ public/themes/mdc-dark-indigo/theme.css | 3 +++ public/themes/mdc-light-deeppurple/theme.css | 3 +++ public/themes/mdc-light-indigo/theme.css | 3 +++ 8 files changed, 24 insertions(+) diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 66048c2fa..23704c778 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index e22429922..3b82d9111 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 0a8dd9e9b..6dca5e667 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index a25d2c8f9..18668a534 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index ee022b8e4..2f632fd72 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 8b8879cc4..bc7527505 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(255, 255, 255, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(255, 255, 255, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(255, 255, 255, 0.04); } diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 3ae7fcfdb..e50e76b00 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); } diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 255383f21..e0935dd9b 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -6257,6 +6257,9 @@ .p-calendar-w-btn .p-datepicker-trigger.p-button span { color: rgba(0, 0, 0, 0.6); } +.p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path { + fill: rgba(0, 0, 0, 0.6); +} .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { background: rgba(0, 0, 0, 0.04); }