diff options
| author | Zlatan Vasović <[email protected]> | 2013-11-07 20:58:17 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2013-11-09 22:49:58 +0100 |
| commit | aad447e29075b52a46931be17a9be4016cc89ef1 (patch) | |
| tree | 9e861b73540fd2e549e9cb2e90759c7ee7b6a8cd /dist/css/bootstrap.css | |
| parent | 463343af63344dbbc3db04f40b0b804baa919b7e (diff) | |
| download | bootstrap-aad447e29075b52a46931be17a9be4016cc89ef1.tar.xz bootstrap-aad447e29075b52a46931be17a9be4016cc89ef1.zip | |
Fix #11400 and #11431
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 6aef1f6fd..a7a5a25c1 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4031,10 +4031,18 @@ textarea.input-group-sm > .input-group-btn > .btn { position: relative; } +.input-group-btn > .btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + .input-group-btn > .btn + .btn { margin-left: -4px; } +.input-group-btn > .btn + .btn:last-of-type { + margin-left: -5px; +} + .input-group-btn > .btn:hover, .input-group-btn > .btn:active { z-index: 2; |
