From ed69489b26cf50c4b049ad5bb99adf69d92bdd01 Mon Sep 17 00:00:00 2001 From: meehow Date: Mon, 26 Jan 2015 22:32:56 +0100 Subject: [PATCH] No rounded corners in search field In my opinion search field with `inset` or `outset` would look better than rounded corners. --- bootstrap/less/navbar.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bootstrap/less/navbar.less b/bootstrap/less/navbar.less index 93d09bc..5e18187 100644 --- a/bootstrap/less/navbar.less +++ b/bootstrap/less/navbar.less @@ -146,7 +146,8 @@ margin-bottom: 0; padding: 4px 14px; #font > .sans-serif(13px, normal, 1); - .border-radius(15px); // redeclare because of specificity of the type attribute + .border: 2px inset; + .border-radius(0); // redeclare because of specificity of the type attribute } }