From 0c2113c43ac65bc696a3914fa4c2f7c57d61123b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 31 Dec 2022 23:29:30 +0000 Subject: [PATCH] Search type input --- epicyon-profile.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 68c3a46ec..f184d9bc1 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -1758,7 +1758,7 @@ h3 { color: var(--time-color); margin: var(--time-vertical-align) 20px; } - input[type=text], input[type=password], select, textarea { + input[type=text], input[type=search], input[type=password], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; @@ -2557,7 +2557,7 @@ h3 { color: var(--time-color); margin: var(--time-vertical-align-mobile) 20px; } - input[type=text], input[type=password], select, textarea { + input[type=text], input[type=search], input[type=password], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; @@ -3354,7 +3354,7 @@ h3 { color: var(--time-color); margin: var(--time-vertical-align-tiny) 20px; } - input[type=text], input[type=password], select, textarea { + input[type=text], input[type=search], input[type=password], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc;