diff --git a/backend/static/styles/styles.css b/backend/static/styles/styles.css index a96db995..7f9976c4 100644 --- a/backend/static/styles/styles.css +++ b/backend/static/styles/styles.css @@ -297,7 +297,7 @@ footer { color: #dd0000; } .pure-form label { font-weight: bold; } - .pure-form input[type=url] { + .pure-form input { width: 100%; } .pure-form textarea { width: 100%; } diff --git a/backend/static/styles/styles.scss b/backend/static/styles/styles.scss index d6c4a817..b7fd1e34 100644 --- a/backend/static/styles/styles.scss +++ b/backend/static/styles/styles.scss @@ -401,7 +401,7 @@ footer { font-weight: bold; } - input[type=url] { + input { width: 100%; } diff --git a/backend/templates/settings.html b/backend/templates/settings.html index 96671d25..8840aef7 100644 --- a/backend/templates/settings.html +++ b/backend/templates/settings.html @@ -39,7 +39,7 @@ SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}