diff options
| author | Mark Otto <[email protected]> | 2018-09-18 21:35:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-09-18 21:35:40 -0700 |
| commit | f6244654a6389898f506eaa865bd900e994c077f (patch) | |
| tree | 15056266edb91fe09d591adc6994f49e3ac9bcd5 /dist/css/bootstrap.css | |
| parent | 0bec1c889711823494d2821fa6e5841169df4797 (diff) | |
| download | bootstrap-f6244654a6389898f506eaa865bd900e994c077f.tar.xz bootstrap-f6244654a6389898f506eaa865bd900e994c077f.zip | |
dist
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 59e15e35b..04bba8df4 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3399,6 +3399,11 @@ input[type="button"].btn-block { z-index: 2; } +.input-group-prepend .btn:focus, +.input-group-append .btn:focus { + z-index: 3; +} + .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, |
