From 27f89d1fdb31ff167b921cf330291f40f5a5329e Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 22 Feb 2018 01:41:36 +0100 Subject: [PATCH] Update style.css --- css/style.css | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/css/style.css b/css/style.css index ad3c290..fc28323 100755 --- a/css/style.css +++ b/css/style.css @@ -1433,32 +1433,13 @@ input[type=text] { background-color: transparent; color: #333333; border: none; - border-bottom: 1px solid #333333; padding: 10px 0px; font-size: 16px; } -input[type=text]:focus { - border-bottom: 1.5px solid #333333; -} - -input[type=email] { - font-weight: 500; - background-color: transparent; - color: #333333; - border: none; - border-bottom: 1px solid #333333; - padding: 10px 0px; - font-size: 16px; -} - -input[type=email]:focus { - border-bottom: 1.5px solid #333333; -} - input[type=button], input[type=submit], input[type=reset] { border: 1px solid #333; - font-size: 14px; + font-size: 16px; background: none; color: #333; padding: 10px;