From e69d99752aed7d494faf981a5a64439f99f8fd98 Mon Sep 17 00:00:00 2001 From: connors Date: Sat, 19 Oct 2013 17:24:58 -0700 Subject: [PATCH] Removing radius from the classic theme search input. --- lib/sass/theme-classic.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/sass/theme-classic.scss b/lib/sass/theme-classic.scss index 4a64bfd..6e9d6f3 100644 --- a/lib/sass/theme-classic.scss +++ b/lib/sass/theme-classic.scss @@ -181,5 +181,4 @@ $negative-color: #e71e1e; input[type=search] { color: #555; background-color: rgba(0,0,0,.1); - border-radius: 17px; }