From 0d20305a27f80288e0e699d0a317aaad12489ce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 18 Jun 2023 19:59:33 +0000 Subject: [PATCH] chore: Update input & select styles from upstream nextcloud --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 52a7ed0bf..8f80293a8 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -622,7 +622,7 @@ color: var(--nc-color-main-text); background-color: unset; height: 36px; - border: 2px solid var(--nc-color-border-dark); + border: 2px solid var(--nc-color-border-maxcontrast); border-radius: var(--nc-border-radius-large); line-height: 32px; outline: none;