diff options
| author | Gil Barbara <[email protected]> | 2013-02-01 01:39:26 -0200 |
|---|---|---|
| committer | Gil Barbara <[email protected]> | 2013-02-01 01:39:26 -0200 |
| commit | 24f0505bde5df08e9e7dd5b96bf0abeaab10901d (patch) | |
| tree | 998ade0fd6345d0046a6878857f81bd4d862a4eb /less | |
| parent | e69912c163e64af91bdda623dce9cf84b7081eea (diff) | |
| download | bootstrap-24f0505bde5df08e9e7dd5b96bf0abeaab10901d.tar.xz bootstrap-24f0505bde5df08e9e7dd5b96bf0abeaab10901d.zip | |
Update input-group-addon for input sizes
Diffstat (limited to 'less')
| -rw-r--r-- | less/forms.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 8693fa35d..5480419a2 100644 --- a/less/forms.less +++ b/less/forms.less @@ -448,6 +448,12 @@ select:focus:invalid { display: table-cell; margin: 0; border-radius: 0; + &.input-small { + border-radius: 0; + } + &.input-large { + border-radius: 0; + } } // Addon and addon wrapper for buttons .input-group-addon, @@ -468,6 +474,15 @@ select:focus:invalid { text-shadow: 0 1px 0 #fff; background-color: @grayLighter; border: 1px solid #ccc; + + &.input-small { + padding: @padding-small; + font-size: @font-size-small; + } + &.input-large { + padding: @padding-large-input; + font-size: @font-size-large; + } } // Reset rounded corners |
