From 85f887a13ae69324f1878b85e724045809283555 Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Sat, 22 Jun 2013 11:04:33 +0530 Subject: Fixed input prepend and append --- flatly/bootswatch.less | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'flatly/bootswatch.less') diff --git a/flatly/bootswatch.less b/flatly/bootswatch.less index 1576d4f1..c1b8d40c 100644 --- a/flatly/bootswatch.less +++ b/flatly/bootswatch.less @@ -336,7 +336,8 @@ input[type="color"], } } -.input-prepend.input-append { +.input-prepend, +.input-append { input, select, @@ -364,6 +365,7 @@ input[type="color"], .add-on { padding: 9px 5px; text-shadow: none; + border: none; } } @@ -409,12 +411,6 @@ input[type="file"]{ line-height: 16px; } -.input-append .add-on, -.input-prepend .add-on { - border: none; - background: none; -} - legend { border-bottom: none; color: @textColor; @@ -576,6 +572,14 @@ legend { border-radius: 0 0 4px 4px; } } + + .input-append, + .input-prepend { + + .add-on,.btn { + padding: 5px; + } + } } @media (max-width: 979px) { -- cgit v1.2.3