From 9cdbb609eb3716959ecbec9c3b4ec8e30e69e93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sun, 21 May 2023 19:19:02 +0000 Subject: [PATCH] fix: Minor popup styles --- .../app/themes/Nextcloud25/styles.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css index b2c72f0fd..16e356ff5 100644 --- a/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css +++ b/integrations/nextcloud/snappymail/app/themes/Nextcloud25/styles.css @@ -38,6 +38,10 @@ box-shadow: none; } +#rl-app hr { + border-bottom-color: var(--color-border-dark); +} + #rl-app .resizer { opacity: 1; background-color: unset; @@ -572,7 +576,8 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; - margin: 0; + margin: 0; + /* ? margin: 0 5px 0 0; */ } /* @@ -648,7 +653,7 @@ select option { #rl-app .squire-toolbar { height: 50px; box-sizing: content-box; - border-color: var(--color-border); + border: none; } #rl-app textarea, @@ -1473,6 +1478,16 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar box-sizing: content-box; } +#rl-app #V-PopupsIdentity .e-signature-place { + border: none; +} + +#rl-app #V-PopupsDomain .domain-form .tab-content input, +#rl-app #V-PopupsDomain .domain-form .tab-content select { + height: 44px; + padding: 8px 12px; +} + /* * nextcloud file picker */