diff options
| author | Mark Otto <[email protected]> | 2012-10-01 00:19:29 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-01 00:19:29 -0700 |
| commit | 8da78223ffe7922f46167e7429c40339e7bc53d2 (patch) | |
| tree | e5a9b4e61a3ab7a08fa0c0568a1ec9521c2b1254 /less/variables.less | |
| parent | 56935c64c088c7ea2db16fd78f4ad717dba825fc (diff) | |
| download | bootstrap-8da78223ffe7922f46167e7429c40339e7bc53d2.tar.xz bootstrap-8da78223ffe7922f46167e7429c40339e7bc53d2.zip | |
reset input and button heights with updated padding
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index fd7478cb6..5dd90206c 100644 --- a/less/variables.less +++ b/less/variables.less @@ -111,9 +111,10 @@ @inputBackground: @white; @inputBorder: #ccc; @inputBorderRadius: @baseBorderRadius; +@inputSearchBorderRadius: 20px; @inputDisabledBackground: @grayLighter; @formActionsBackground: #f5f5f5; -@inputHeight: @baseLineHeight + 10px; // base line-height + 8px vertical padding + 2px top/bottom border +@inputHeight: @baseLineHeight + 14px; // base line-height + 12px vertical padding + 2px top/bottom border // Dropdowns |
