From 7531cc15e5534716ed8e3250e69a0f17a8bcf7fc Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 25 Apr 2016 10:26:17 -0600 Subject: [PATCH] Theme: Add input[type=email] to styles. --- themes/default/template.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/themes/default/template.php b/themes/default/template.php index 558d15a5f8..8c5065e303 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -786,11 +786,13 @@ input[type=text].txt, input[type=number].txt, input[type=password].txt, + input[type=email].txt, select.formfld, textarea.formfld, input[type=text].formfld, input[type=number].formfld, - input[type=password].formfld { + input[type=password].formfld, + input[type=email].formfld { font-family: ; font-size: ; color: ; @@ -831,10 +833,12 @@ input[type=text].txt, input[type=number].txt, input[type=password].txt, + input[type=email].txt, textarea.formfld, input[type=text].formfld, input[type=number].formfld, - input[type=password].formfld { + input[type=password].formfld, + input[type=email].formfld { transition: width 0.25s; -moz-transition: width 0.25s; -webkit-transition: width 0.25s; @@ -850,10 +854,12 @@ input[type=text].txt:hover, input[type=number].txt:hover, input[type=password].txt:hover, + input[type=email].txt:hover, textarea.formfld:hover, input[type=text].formfld:hover, input[type=number].formfld:hover, - input[type=password].formfld:hover { + input[type=password].formfld:hover, + input[type=email].formfld:hover { border-color: ; } @@ -861,10 +867,12 @@ input[type=text].txt:focus, input[type=number].txt:focus, input[type=password].txt:focus, + input[type=email].txt:focus, textarea.formfld:focus, input[type=text].formfld:focus, input[type=number].formfld:focus, - input[type=password].formfld:focus { + input[type=password].formfld:focus, + input[type=email].formfld:focus { border-color: ; /* first clear */ -webkit-box-shadow: none;