From 04b962125e24c9db30287c6da06db3fa54536fe0 Mon Sep 17 00:00:00 2001 From: Naman P <66672786+HyperLynk@users.noreply.github.com> Date: Mon, 15 Jun 2020 14:56:55 +0100 Subject: [PATCH] Redesigned input I added some border-radius to input and changed the colour of the borders. --- extension.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension.css b/extension.css index f12fb67..3f1f08a 100644 --- a/extension.css +++ b/extension.css @@ -67,4 +67,7 @@ label:not(.disabled) { } input { margin-right: 8px; + border-radius: 4px; + border-style: solid; + border-color: #008CFF; }