From be3e69ee1a828515911b4b314fea2742d208f943 Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Wed, 2 Jan 2019 13:05:55 +0100 Subject: [PATCH] Change top border for input fields --- text-input-field.css | 1 - 1 file changed, 1 deletion(-) diff --git a/text-input-field.css b/text-input-field.css index 815251f..94ab6e9 100644 --- a/text-input-field.css +++ b/text-input-field.css @@ -3,7 +3,6 @@ width: calc(100% - 0.8em); resize: none; border: 1px solid #C7C7C7; - border-top: 2px solid #C7C7C7; font-size: 16px; font-family: Arial, sans-serif; }