From 9e29238ed124469051775d6a690cc2593302e1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Mon, 20 Feb 2023 12:00:26 +0000 Subject: [PATCH] fix: Hide number input's spin box on chrome --- .../nextcloud/snappymail/app/themes/Nextcloud25/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index 95dfe9f04..ba38ad626 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -556,6 +556,12 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f -webkit-appearance: none; } +#rl-app input::-webkit-outer-spin-button, +#rl-app input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} + #rl-app input[type=number] { -moz-appearance: textfield; -webkit-appearance: textfield;