From f1300d1ac6bbdb59120080ee158cb5bb91f0f0a0 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 25 Apr 2016 10:34:39 -0600 Subject: [PATCH] Theme: Revert CSS change. Contacts: Change email input field type to 'text' instead of 'email'. --- app/contacts/contact_email_edit.php | 2 +- themes/default/template.php | 16 ++++------------ 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/app/contacts/contact_email_edit.php b/app/contacts/contact_email_edit.php index 5a4149e89b..4f553071ba 100644 --- a/app/contacts/contact_email_edit.php +++ b/app/contacts/contact_email_edit.php @@ -262,7 +262,7 @@ if (strlen($_GET["contact_uuid"]) > 0) { echo " ".$text['label-email_address']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-email_address']."\n"; echo "\n"; diff --git a/themes/default/template.php b/themes/default/template.php index 8c5065e303..558d15a5f8 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -786,13 +786,11 @@ 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=email].formfld { + input[type=password].formfld { font-family: ; font-size: ; color: ; @@ -833,12 +831,10 @@ 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=email].formfld { + input[type=password].formfld { transition: width 0.25s; -moz-transition: width 0.25s; -webkit-transition: width 0.25s; @@ -854,12 +850,10 @@ 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=email].formfld:hover { + input[type=password].formfld:hover { border-color: ; } @@ -867,12 +861,10 @@ 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=email].formfld:focus { + input[type=password].formfld:focus { border-color: ; /* first clear */ -webkit-box-shadow: none;