From 757dc78bada8ac325dcf1b4576f326dd26e1289f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 17 Dec 2022 19:43:47 +0000 Subject: [PATCH] fix: Broken checkboxes in the latest snappymail release --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 25a145e04..61f05b508 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -478,6 +478,8 @@ select option { } #rl-app .e-checkbox.material-design>div>div.checked { + top: 0; + left: 0; animation: none; --svg-checked: url("data:image/svg+xml,"); -webkit-mask-image: var(--svg-checked); @@ -485,6 +487,7 @@ select option { background: var(--color-primary-element); border-width: 0; margin: 0; + transform: unset; } /*