From 72c2fc0daa92d4329e386c7390e9a0f3c332b48c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Wed, 2 Mar 2022 11:31:45 +0000 Subject: [PATCH] Rounded Forms --- www/form/app-form.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/form/app-form.less b/www/form/app-form.less index d703a4a65..2d13f618e 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -526,6 +526,7 @@ background: @cp_form-bg1; padding: 10px; box-shadow: 0px 0px 15px @cp_shadow-color; + border-radius: @variables_radius; &:not(:last-child) { margin-bottom: 20px; } @@ -878,6 +879,7 @@ background: @cp_form-bg1; padding: 10px; margin-bottom: 20px; + border-radius: @variables_radius; & > *:not(:last-child) { margin-right: 10px; } @@ -900,6 +902,7 @@ padding: 5px; margin-top: -10px; margin-right: -10px; + border-radius: 0px @variables_radius 0px 0px; i { margin-right: 5px; } background: fade(@cryptpad_text_col, 10%); }