From: Emilie Date: Tue, 14 Mar 2017 16:50:19 +0000 (+0100) Subject: [Vertigo EU] form url field X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d68ce01c7a190905b0e351c796e67ff8509d9279;p=mezzo.git [Vertigo EU] form url field --- diff --git a/app/themes/base/static/src/sass/global/_forms.scss b/app/themes/base/static/src/sass/global/_forms.scss index 0c63d0d9..63727f06 100644 --- a/app/themes/base/static/src/sass/global/_forms.scss +++ b/app/themes/base/static/src/sass/global/_forms.scss @@ -78,7 +78,7 @@ $module: ".form"; .help-block, label { color: $color-accent; } - input[type="text"], input[type="email"], input[type="password"], textarea, select { + input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea, select { border-color: $color-accent; } @@ -90,7 +90,7 @@ $module: ".form"; } - input[type="text"], input[type="email"], input[type="password"], textarea { + input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea { @include font-size(m); @include line-height(1);