From ee3d73b29a815dadcdc200ba32c84b17704d2845 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 20 Jan 2018 12:52:21 +0100 Subject: [PATCH] Update style.css --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 0759cfc..5096075 100755 --- a/css/style.css +++ b/css/style.css @@ -1172,7 +1172,7 @@ input[type="text"], input[type="password"], input[type="date"], input[type="date form input[type="text"], form input[type="password"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="month"], form input[type="week"], form input[type="email"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="time"], form input[type="url"], form textarea { background: none; - border: 1px solid #3399d4; + border: 1px solid #ccc; box-shadow: none; color: #333; }